feat: Add global section and stopAll support to GUI

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-05-13 10:09:11 +02:00
committed by GitHub
parent 45aff06439
commit 25db68a213
+13
View File
@@ -0,0 +1,13 @@
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false