Skip to content

Commit

Permalink
change view of logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Dec 8, 2023
1 parent 784b93c commit 1efbb29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/html/xui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ <h2>{{ i18n "pages.index.xraySwitchClickDesk"}}</h2>
</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"
Expand Down

0 comments on commit 1efbb29

Please sign in to comment.