add nano-kvm to new utilities section of dashboard
This commit is contained in:
parent
eb081c135c
commit
faf323495e
1 changed files with 17 additions and 0 deletions
|
|
@ -199,6 +199,17 @@ in
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
"Utilities" = [
|
||||
{
|
||||
"NanoKVM" = {
|
||||
"description" = "Remote KVM switch";
|
||||
"icon" = "mdi-console.svg";
|
||||
"href" = "http://nano-kvm/";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
settings = {
|
||||
title = "Mission Control";
|
||||
|
|
@ -226,6 +237,12 @@ in
|
|||
columns = 3;
|
||||
};
|
||||
}
|
||||
{
|
||||
"Utilities" = {
|
||||
style = "row";
|
||||
columns = 3;
|
||||
};
|
||||
}
|
||||
];
|
||||
quicklaunch.searchDescriptions = true;
|
||||
disableUpdateCheck = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue