mirror of
https://github.com/smartyellow/status.git
synced 2024-11-21 23:19:01 +01:00
Updated webservice entity
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
parent
de2b8cdba8
commit
aa7d4e33a3
@ -21,8 +21,9 @@ module.exports = {
|
||||
{ label: 'meta',
|
||||
sections: [
|
||||
'id',
|
||||
'state',
|
||||
'name',
|
||||
'state',
|
||||
'public',
|
||||
'tags',
|
||||
'channels',
|
||||
],
|
||||
@ -56,7 +57,6 @@ module.exports = {
|
||||
{ key: 'id',
|
||||
editor: 'string',
|
||||
validator: '',
|
||||
visible: false,
|
||||
readonly: true,
|
||||
},
|
||||
],
|
||||
@ -84,6 +84,16 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
|
||||
public: {
|
||||
label: 'is public?',
|
||||
hint: 'If checked, this service will be shown on the status dashboard.',
|
||||
fields: [
|
||||
{ key: 'public',
|
||||
editor: 'checkbox',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
tags: {
|
||||
label: 'tags',
|
||||
fields: [
|
||||
@ -355,6 +365,10 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
|
||||
autotest: {
|
||||
default: [],
|
||||
},
|
||||
|
||||
visual: {
|
||||
type: 'array',
|
||||
of: [ 'string' ],
|
||||
|
Loading…
Reference in New Issue
Block a user