1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-17 16:38:59 +00:00

Glances service improvements (#837)

* feat: add a basic glances service widget

* feat: auto update for glances widget

* feat(services/glances): multiple metric support

* Update dependencies

---------

Co-authored-by: Manuel Quarneti <manuelquarneti@protonmail.com>
This commit is contained in:
Bastien Wirtz 2024-11-23 07:00:01 -08:00 committed by GitHub
parent 496f9083b2
commit e58637d935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 433 additions and 310 deletions

View file

@ -10,23 +10,23 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.7.0",
"bulma": "^1.0.2",
"lodash.merge": "^4.6.2",
"vue": "^3.5.12",
"yaml": "^2.6.0"
"vue": "^3.5.13",
"yaml": "^2.6.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-prettier": "^10.0.0",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"sass-embedded": "^1.79.5",
"vite": "^5.4.9",
"vite-plugin-pwa": "^0.20.5"
"sass-embedded": "^1.81.0",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0"
},
"license": "Apache-2.0",
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}