diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 868d3e4e..21a8f016 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -294,8 +294,7 @@ </a-button> </a-form-item> </a-form> - <a-input type="textarea" v-model="logModal.logs" disabled="true" - :autosize="{ minRows: 10, maxRows: 22}"></a-input> + <div v-model="logModal.logs" class="ant-input" style="height: 400px; overflow: scroll;"><pre>[[ logModal.logs ]]</pre></div> </a-modal> <a-modal id="backup-modal" v-model="backupModal.visible" :title="backupModal.title" |
