Ver Fonte

change view of logs

Alireza Ahmadi há 1 ano atrás
pai
commit
1efbb29ba5
1 ficheiros alterados com 1 adições e 2 exclusões
  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"