File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import (
1515 "net/http"
1616 "os"
1717 "os/exec"
18- "regexp"
1918 "runtime"
2019 "strconv"
2120 "strings"
You can’t perform that action at this time.
0 commit comments