mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Basic cluster functionality
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
@ -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: [
|
||||
|
Reference in New Issue
Block a user