diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 20:55:08 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 20:55:08 +0300 |
| commit | 1efbb29ba5ef91dba1bbf822d5f853d5a77d1b70 (patch) | |
| tree | 5efd1af763966c0c200af0c268a334c79a8e97de | |
| parent | 784b93cfd02be8bacad63795e7814d51427cc22f (diff) | |
change view of logs
| -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" |
