feat(itim): Add Cluster Type API v2 endpoint

ref: #248 #356
This commit is contained in:
2024-10-21 15:09:19 +09:30
parent f1c5ebca71
commit 02822cc70d
6 changed files with 202 additions and 13 deletions

View File

@ -65,7 +65,7 @@ class ClusterType(TenancyObject):
"layout": "double",
"left": [
'organization',
'name'
'name',
'is_global',
],
"right": [
@ -82,18 +82,6 @@ class ClusterType(TenancyObject):
}
]
},
{
"name": "Rendered Config",
"slug": "config_management",
"sections": [
{
"layout": "single",
"fields": [
"rendered_config",
]
}
]
},
{
"name": "Tickets",
"slug": "ticket",