Skip to content

Commit

Permalink
feat(itim): add cluster and device to Services in new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 20, 2024
1 parent 616cf90 commit 718f7e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/itim/models/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,16 @@ def validate_config_key_variable(value):
'modified',
]
},
{
"name": "cluster / Device",
"layout": "double",
"left": [
'cluster',
],
"right": [
'device',
]
},
{
"layout": "single",
"fields": [
Expand Down

0 comments on commit 718f7e3

Please sign in to comment.