Merge pull request #369 from shamoon/glances-info-widget

Feature: Glances info widget
This commit is contained in:
Ben Phelps 2022-10-12 11:17:25 +03:00 committed by GitHub
commit b259ecf870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 168 additions and 0 deletions

View file

@ -207,5 +207,10 @@
"cpu": "CPU",
"lxc": "LXC",
"vms": "VMs"
},
"glances": {
"cpu": "CPU",
"mem": "MEM",
"wait": "Please wait"
}
}