diff --git a/resource/template/theme-mdui/menu.html b/resource/template/theme-mdui/menu.html index ccbc4618ac..80fd34aff5 100644 --- a/resource/template/theme-mdui/menu.html +++ b/resource/template/theme-mdui/menu.html @@ -12,6 +12,7 @@ {{else}} home{{tr "Home"}} accessibility{{tr "Services"}} + network_check{{tr "NetworkSpiter"}} {{end}}
{{if .Admin}} diff --git a/resource/template/theme-mdui/network.html b/resource/template/theme-mdui/network.html new file mode 100644 index 0000000000..5bb08a6949 --- /dev/null +++ b/resource/template/theme-mdui/network.html @@ -0,0 +1,255 @@ +{{define "theme-mdui/network"}} + + + + + + + {{.Title}} + + + + + + + {{if ts .CustomCode}} + {{.CustomCode|safe}} + {{end}} + + + +{{template "theme-mdui/menu" .}} +
+
+
+ + +
+
+
+
+
+
+
+ +{{template "theme-mdui/footer" .}} + + + + + + + + + + + +{{end}}