mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
web: show model name on the kvmd page
This commit is contained in:
@@ -33,7 +33,10 @@ mixin about_tab(name, title, checked=false)
|
||||
| Copyright © 2018-2024 #[a(target="_blank" href="mailto:mdevaev@gmail.com") Maxim Devaev]
|
||||
br
|
||||
.tabs-box
|
||||
+about_tab("meta", "Meta", true)
|
||||
+about_tab("version", "Version", true)
|
||||
+about_tab("hardware", "Hardware")
|
||||
|
||||
+about_tab("meta", "Meta")
|
||||
div
|
||||
span.code-comment
|
||||
| // You can get this JSON using handle
|
||||
@@ -43,9 +46,6 @@ mixin about_tab(name, title, checked=false)
|
||||
br
|
||||
pre#kvmd-meta-json No data
|
||||
|
||||
+about_tab("hardware", "Hardware")
|
||||
+about_tab("version", "Version")
|
||||
|
||||
+about_tab("thanks", "Thanks")
|
||||
span.code-comment
|
||||
| // These kind people donated money to the PiKVM project#[br]
|
||||
|
||||
Reference in New Issue
Block a user