mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-05-13 17:39:41 +00:00
First Commit
This commit is contained in:
Vendored
+2
@@ -1,2 +1,4 @@
|
|||||||
[nezhaMonitor]
|
[nezhaMonitor]
|
||||||
other = "哪吒监控"
|
other = "哪吒监控"
|
||||||
|
[Server]
|
||||||
|
other = "主机"
|
||||||
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<img src="/static/logo.svg?v20210804">
|
<img src="/static/logo.svg?v20210804">
|
||||||
</div>
|
</div>
|
||||||
{{if .IsAdminPage}}
|
{{if .IsAdminPage}}
|
||||||
<a class='item{{if eq .MatchedPath "/server"}} active{{end}}' href="/server"><i class="server icon"></i>主机</a>
|
<a class='item{{if eq .MatchedPath "/server"}} active{{end}}' href="/server"><i class="server icon"></i>{{tr "Server"}}</a>
|
||||||
<a class='item{{if eq .MatchedPath "/monitor"}} active{{end}}' href="/monitor"><i class="rss icon"></i>服务</a>
|
<a class='item{{if eq .MatchedPath "/monitor"}} active{{end}}' href="/monitor"><i class="rss icon"></i>服务</a>
|
||||||
<a class='item{{if eq .MatchedPath "/cron"}} active{{end}}' href="/cron"><i class="clock icon"></i>任务</a>
|
<a class='item{{if eq .MatchedPath "/cron"}} active{{end}}' href="/cron"><i class="clock icon"></i>任务</a>
|
||||||
<a class='item{{if eq .MatchedPath "/notification"}} active{{end}}' href="/notification"><i class="bell icon"></i>报警</a>
|
<a class='item{{if eq .MatchedPath "/notification"}} active{{end}}' href="/notification"><i class="bell icon"></i>报警</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user