mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
✨ feat: 展示排序 close #29
This commit is contained in:
@@ -32,7 +32,7 @@ func (mp *memberPage) server(c *gin.Context) {
|
||||
defer dao.ServerLock.RUnlock()
|
||||
c.HTML(http.StatusOK, "dashboard/server", mygin.CommonEnvironment(c, gin.H{
|
||||
"Title": "服务器管理",
|
||||
"Servers": dao.ServerList,
|
||||
"Servers": dao.SortedServerList,
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user