Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/html/xui/index.html3
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"