Basic cluster functionality

Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
2022-07-11 14:21:57 +02:00
parent aace2dd2de
commit b626f23792
5 changed files with 110 additions and 31 deletions

View File

@ -24,6 +24,7 @@ module.exports = {
'name',
'state',
'public',
'cluster',
'tags',
'channels',
],
@ -95,6 +96,18 @@ module.exports = {
],
},
cluster: {
label: 'cluster',
fields: [
{ key: 'cluster',
editor: 'select',
placeholder: 'select a cluster for this service...',
visible: !!(settings.clusters && Object.keys(settings.clusters).length),
options: settings.clusters,
},
],
},
tags: {
label: 'tags',
fields: [