diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-10 18:24:54 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-10 18:36:42 +0300 |
| commit | 25505a19158215a3df6a58b75bc610bd95bff8ab (patch) | |
| tree | f342c9f3614edf7bc151604801659f29d7f66f83 | |
| parent | b01f429e24d9df2dd058b03a2b2a28a5c783cfde (diff) | |
Update inbound_client_table.html (#1307)
| -rw-r--r-- | web/html/xui/inbound_client_table.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html index 13add97f..49b7feff 100644 --- a/web/html/xui/inbound_client_table.html +++ b/web/html/xui/inbound_client_table.html @@ -20,7 +20,7 @@ ok-text='{{ i18n "reset"}}' cancel-text='{{ i18n "cancel"}}'> <a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #3c89e8' : 'color: blue'"></a-icon> - <a-icon style="font-size: 24px;" class="normal-icon" type="retweet" v-if="client.email.length > 0"></a-icon> + <a-icon style="font-size: 24px; cursor: pointer;" class="normal-icon" type="retweet" v-if="client.email.length > 0"></a-icon> </a-popconfirm> </a-tooltip> <a-tooltip> @@ -32,7 +32,7 @@ ok-type="danger" cancel-text='{{ i18n "cancel"}}'> <a-icon slot="icon" type="question-circle-o" style="color: #e04141"></a-icon> - <a-icon style="font-size: 24px" class="delete-icon" type="delete" v-if="isRemovable(record.id)"></a-icon> + <a-icon style="font-size: 24px; cursor: pointer;" class="delete-icon" type="delete" v-if="isRemovable(record.id)"></a-icon> </a-popconfirm> </a-tooltip> </template> @@ -58,7 +58,6 @@ </a-badge> </a-tooltip> [[ client.email ]] - <a-tag v-if="!isClientEnabled(record, client.email)" color="red">{{ i18n "depleted" }}</a-tag> </template> <template slot="traffic" slot-scope="text, client"> <a-popover :overlay-class-name="themeSwitcher.currentTheme"> @@ -266,4 +265,4 @@ </a-badge> </a-popover> </template> -{{end}}
\ No newline at end of file +{{end}} |
