mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
no arrows
This commit is contained in:
@@ -72,7 +72,7 @@ export function Gpio() {
|
||||
self.setModel = function(model) {
|
||||
tools.featureSetEnabled($("gpio-dropdown"), model.view.table.length);
|
||||
if (model.view.table.length) {
|
||||
$("gpio-menu-button").innerHTML = `${model.view.header.title} ↴`;
|
||||
$("gpio-menu-button").innerHTML = `${model.view.header.title}`;
|
||||
}
|
||||
|
||||
let content = "<table class=\"kv\">";
|
||||
|
||||
Reference in New Issue
Block a user