mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
99111a3115
* Add files via upload * Add files via upload * Add files via upload * improve theme-server-status 1.前台分组展示agent 2.一些小优化 --------- Co-authored-by: SuperHsiao <superhsiao@4indesign.com>
7 lines
416 B
HTML
Vendored
7 lines
416 B
HTML
Vendored
{{define "theme-server-status/content-footer"}}
|
|
<footer class="container" style="padding-bottom: 2rem;">
|
|
<p style="text-align: center; font-size: 10px;">
|
|
{{ .Conf.Site.Brand }} | Theme <a target="_blank" href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a target="_blank" href="https://github.com/naiba/nezha">{{tr "NezhaMonitoring"}}</a> {{.Version}}
|
|
</p>
|
|
</footer>
|
|
{{end}} |