Skip to content

Commit

Permalink
Merge pull request #346 from sthaha/hide-platform-power
Browse files Browse the repository at this point in the history
fix(dashboard): hide unsupported platform_power_source
  • Loading branch information
sthaha authored Jan 18, 2024
2 parents d23df59 + 21d8298 commit 398a35c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"linkTargetBlank": false,
"pattern": "platform_power_source",
"thresholds": [],
"type": "number",
"type": "hidden",
"unit": "short"
},
{
Expand Down Expand Up @@ -436,7 +436,7 @@
"linkTargetBlank": false,
"pattern": "platform_power_source",
"thresholds": [],
"type": "number",
"type": "hidden",
"unit": "short"
},
{
Expand Down

0 comments on commit 398a35c

Please sign in to comment.