fix(status-grid): pass resource usage data
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Pending
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- pass dashboard resource usage into `sz-resource-usage-card` using the correct property
|
||||||
|
|
||||||
## 2026-04-13 - 2.12.4 - fix(deps)
|
## 2026-04-13 - 2.12.4 - fix(deps)
|
||||||
bump @design.estate/dees-catalog to ^3.70.0
|
bump @design.estate/dees-catalog to ^3.70.0
|
||||||
|
|
||||||
@@ -180,4 +186,4 @@ bump dependencies and devDependencies, update watch script, add npmextra preset,
|
|||||||
General maintenance update; the commit message provides no detailed information.
|
General maintenance update; the commit message provides no detailed information.
|
||||||
|
|
||||||
- Commit message: "update" (no further details).
|
- Commit message: "update" (no further details).
|
||||||
- No specific user-facing or functional changes are documented.
|
- No specific user-facing or functional changes are documented.
|
||||||
|
|||||||
+9
-9
@@ -14,19 +14,19 @@
|
|||||||
"author": "Task Venture Capital GmbH",
|
"author": "Task Venture Capital GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@design.estate/dees-catalog": "^3.70.0",
|
"@design.estate/dees-catalog": "^3.81.0",
|
||||||
"@design.estate/dees-domtools": "^2.5.4",
|
"@design.estate/dees-domtools": "^2.5.6",
|
||||||
"@design.estate/dees-element": "^2.2.4",
|
"@design.estate/dees-element": "^2.2.4",
|
||||||
"@design.estate/dees-wcctools": "^3.8.0"
|
"@design.estate/dees-wcctools": "^3.9.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^4.4.0",
|
"@git.zone/tsbuild": "^4.4.2",
|
||||||
"@git.zone/tsbundle": "^2.10.0",
|
"@git.zone/tsbundle": "^2.10.4",
|
||||||
"@git.zone/tsrun": "^2.0.2",
|
"@git.zone/tsrun": "^2.0.4",
|
||||||
"@git.zone/tstest": "^3.6.3",
|
"@git.zone/tstest": "^3.6.6",
|
||||||
"@git.zone/tswatch": "^3.3.2",
|
"@git.zone/tswatch": "^3.3.5",
|
||||||
"@push.rocks/projectinfo": "^5.1.0",
|
"@push.rocks/projectinfo": "^5.1.0",
|
||||||
"@types/node": "^25.5.2"
|
"@types/node": "^25.6.2"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts_web/**/*",
|
"ts_web/**/*",
|
||||||
|
|||||||
Generated
+2260
-2937
File diff suppressed because it is too large
Load Diff
@@ -92,7 +92,7 @@ export class SzStatusGridServices extends DeesElement {
|
|||||||
return html`
|
return html`
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<sz-resource-usage-card
|
<sz-resource-usage-card
|
||||||
.usage=${this.resourceUsage}
|
.data=${this.resourceUsage}
|
||||||
></sz-resource-usage-card>
|
></sz-resource-usage-card>
|
||||||
<sz-platform-services-card
|
<sz-platform-services-card
|
||||||
.services=${this.platformServices}
|
.services=${this.platformServices}
|
||||||
|
|||||||
Reference in New Issue
Block a user