Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/inbounds.html')
-rw-r--r--web/html/inbounds.html144
1 files changed, 1 insertions, 143 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index 58a4e5a5..54535e46 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -1,150 +1,8 @@
{{ template "page/head_start" .}}
-<style>
- .ant-table:not(.ant-table-expanded-row .ant-table) {
- outline: 1px solid #f0f0f0;
- outline-offset: -1px;
- border-radius: 1rem;
- overflow-x: hidden;
- }
- .dark .ant-table:not(.ant-table-expanded-row .ant-table) {
- outline-color: var(--dark-color-table-ring);
- }
- .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
- overflow-y: hidden;
- }
- .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper {
- margin:-10px 22px !important;
- }
- .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper .ant-table {
- border-bottom-left-radius: 1rem;
- border-bottom-right-radius: 1rem;
- }
- .ant-table .ant-table-content .ant-table-tbody tr:last-child tr:last-child td {
- border-bottom-color: transparent;
- }
- .ant-table .ant-table-tbody tr:last-child.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr:last-child>td:first-child {
- border-bottom-left-radius: 6px;
- }
- .ant-table .ant-table-tbody tr:last-child.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr:last-child>td:last-child {
- border-bottom-right-radius: 6px;
- }
- @media (min-width: 769px) {
- .ant-layout-content {
- margin: 24px 16px;
- }
- }
- @media (max-width: 768px) {
- .ant-card-body {
- padding: .5rem;
- }
- .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper {
- margin:-10px 2px !important;
- }
- }
- .dark .ant-switch-small:not(.ant-switch-checked) {
- background-color: var(--dark-color-surface-100) !important;
- }
- .ant-custom-popover-title {
- display: flex;
- align-items: center;
- gap: 10px;
- margin: 5px 0;
- }
- .ant-col-sm-24 {
- margin: 0.5rem -2rem 0.5rem 2rem;
- }
- tr.hideExpandIcon .ant-table-row-expand-icon {
- display: none;
- }
- .infinite-tag {
- padding: 0 5px;
- border-radius: 2rem;
- min-width: 50px;
- min-height: 22px;
- }
- .infinite-bar .ant-progress-inner .ant-progress-bg {
- background-color: #F2EAF1;
- border: #D5BED2 solid 1px;
- }
- .dark .infinite-bar .ant-progress-inner .ant-progress-bg {
- background-color: #7a316f !important;
- border: #7a316f solid 1px;
- }
- .ant-collapse {
- margin: 5px 0;
- }
- .info-large-tag {
- max-width: 200px;
- overflow: hidden;
- }
- .client-comment {
- font-size: 12px;
- opacity: 0.75;
- cursor: help;
- }
- .client-email {
- font-weight: 500;
- }
- .client-popup-item {
- display: flex;
- align-items: center;
- gap: 5px;
- }
- .online-animation .ant-badge-status-dot {
- animation: onlineAnimation 1.2s linear infinite;
- }
- @keyframes onlineAnimation {
- 0%,
- 50%,
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- 10% {
- transform: scale(1.5);
- opacity: .2;
- }
- }
- .tr-table-box {
- display: flex;
- gap: 4px;
- justify-content: center;
- align-items: center;
- }
- .tr-table-rt {
- flex-basis: 70px;
- min-width: 70px;
- text-align: end;
- }
- .tr-table-lt {
- flex-basis: 70px;
- min-width: 70px;
- text-align: start;
- }
- .tr-table-bar {
- flex-basis: 160px;
- min-width: 60px;
- }
- .tr-infinity-ch {
- font-size: 14pt;
- max-height: 24px;
- display: inline-flex;
- align-items: center;
- }
- .ant-table-expanded-row .ant-table .ant-table-body {
- overflow-x: hidden;
- }
- .ant-table-expanded-row .ant-table-tbody>tr>td {
- padding: 10px 2px;
- }
- .ant-table-expanded-row .ant-table-thead>tr>th {
- padding: 12px 2px;
- }
-</style>
{{ template "page/head_end" .}}
{{ template "page/body_start" .}}
-<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
+<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme + ' inbounds-page'">
<a-sidebar></a-sidebar>
<a-layout id="content-layout">
<a-layout-content>