mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
hw tab in web ui
This commit is contained in:
@@ -46,6 +46,10 @@ export var tools = new function() {
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
this.upperFirst = function(text) {
|
||||
return text[0].toUpperCase() + text.slice(1);
|
||||
};
|
||||
|
||||
this.makeId = function() {
|
||||
let chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
||||
let id = "";
|
||||
|
||||
Reference in New Issue
Block a user