diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html index 8433afa1..0f6c5035 100644 --- a/web/html/xui/inbound_client_table.html +++ b/web/html/xui/inbound_client_table.html @@ -54,7 +54,7 @@ - + [[ client.email ]] @@ -86,13 +86,12 @@ @@ -117,7 +116,7 @@ [[ client.reset + "d" ]] @@ -202,14 +201,13 @@ @@ -235,7 +233,7 @@ [[ DateUtil.formatMillis(client._expiryTime) ]] diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 7cab9c20..6b757ce0 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -36,13 +36,6 @@ .ant-collapse { margin: 5px 0; } - .online-animation .ant-badge-status-dot { - animation: 1.2s ease infinite normal none running onlineAnimation; - } - @keyframes onlineAnimation { - 0%, 50%, 100% { transform: scale(1); opacity: 1; } - 10% { transform: scale(1.5); opacity: .2; } - } .info-large-tag { max-width: 200px; overflow: hidden;