chore(dashboard): move config into separate files
This commit is contained in:
parent
83f49e25a7
commit
4c42bbb4b9
9 changed files with 65 additions and 71 deletions
29
apps/gethomepage/base/config/widgets.yaml
Normal file
29
apps/gethomepage/base/config/widgets.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
- datetime:
|
||||
format:
|
||||
dateStyle: long
|
||||
hour12: true
|
||||
timeStyle: short
|
||||
text_size: xl
|
||||
|
||||
- kubernetes:
|
||||
cluster:
|
||||
show: true
|
||||
cpu: true
|
||||
memory: true
|
||||
showLabel: true
|
||||
label: "cluster"
|
||||
nodes:
|
||||
show: true
|
||||
cpu: true
|
||||
memory: true
|
||||
showLabel: true
|
||||
|
||||
- resources:
|
||||
backend: resources
|
||||
expanded: true
|
||||
cpu: true
|
||||
memory: true
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
Loading…
Add table
Add a link
Reference in a new issue