Skip to content

Commit 6bbb827

Browse files
minor changes
1 parent 8370aea commit 6bbb827

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal/web/html/xui/inbounds.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
</a-col>
230230
<a-col :xs="12" :sm="12" :lg="12" style="text-align: right;">
231231
<a-dropdown :trigger="['click']">
232-
<a-button type="primary" icon="sort-ascending">{{ i18n "sort" }}</a-button>
232+
<a-button type="primary" icon="sort-ascending"></a-button>
233233
<a-menu slot="overlay" @click="a => sortClients(a.key)" :theme="themeSwitcher.currentTheme" :selected-keys="[clientSortBy]">
234234
<a-menu-item key="default">{{ i18n "default" }}</a-menu-item>
235235
<a-menu-item key="alphabet">{{ i18n "alphabet" }}</a-menu-item>

internal/web/service/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"net/http"
1616
"os"
1717
"os/exec"
18-
"regexp"
1918
"runtime"
2019
"strconv"
2120
"strings"

0 commit comments

Comments
 (0)