浏览代码

change view of logs

Alireza Ahmadi 1 年之前
父节点
当前提交
1efbb29ba5
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      web/html/xui/index.html

+ 1 - 2
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"