UI improvements (#708)

* Improved login page

* Improved login page

* Update inbound_client_table.html

* Update external_proxy.html

* Update custom.css
This commit is contained in:
Tara Rostami
2023-12-06 13:57:20 +03:30
committed by GitHub
parent ed5db9390d
commit 5b20505515
4 changed files with 186 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<a-switch v-model="externalProxy"></a-switch>
<a-button v-if="externalProxy" type="primary" style="margin-left: 10px" size="small" @click="inbound.stream.externalProxy.push({forceTls: 'same', dest: '', port: 443, remark: ''})">+</a-button>
</a-form-item>
<table width="100%" class="ant-table-tbody" v-if="externalProxy">
<table width="100%" class="ant-table-tbody" v-if="externalProxy" style="margin-bottom:5px">
<tr style="line-height: 40px;">
<td width="100%">
<a-input-group style="margin: 0 5px;" compact v-for="(row, index) in inbound.stream.externalProxy">
@@ -29,4 +29,4 @@
</tr>
</table>
</a-form>
{{end}}
{{end}}