diff options
| author | fgsfds <4870330+fgsfds@users.noreply.github.com> | 2025-08-07 21:35:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 21:35:11 +0300 |
| commit | ae08a29cde7f4125df0480712dcbff316573e787 (patch) | |
| tree | c66c55ef0324807beffa2854a1da04cf84579122 /web/html | |
| parent | 4f25eb230edd29fa7bcf8b9bcd02ec3c38cf0a2b (diff) | |
fix: Xray restarting after being manually stopped (#2896) (#3329)
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/index.html b/web/html/index.html index d3155edd..42b8a032 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -169,9 +169,6 @@ <a-col> <a-icon type="bars" :style="{ cursor: 'pointer', float: 'right' }" @click="openLogs()"></a-icon> </a-col> - <a-col> - <a-icon type="bars" :style="{ cursor: 'pointer', float: 'right' }" @click="openXrayLogs()"></a-icon> - </a-col> </a-row> </span> <template slot="content"> |
