fix instance identity stuff
This commit is contained in:
parent
de13143e95
commit
3c45c223c7
2 changed files with 17 additions and 4 deletions
|
|
@ -112,10 +112,19 @@ export const INSTANCE_IDENTITY_DEFAULT_DEFINITIONS = {
|
|||
type: 'string',
|
||||
required: false,
|
||||
},
|
||||
name: {
|
||||
description: 'Instance Name',
|
||||
type: 'string',
|
||||
required: false,
|
||||
},
|
||||
}
|
||||
export const INSTANCE_IDENTITY_DEFAULT = convertDefinitions(
|
||||
INSTANCE_IDENTITY_DEFAULT_DEFINITIONS,
|
||||
)
|
||||
export const INSTANCE_IDENTIY_EXTERNAL = new Set([
|
||||
'tos',
|
||||
'instanceSpecificPanelContent',
|
||||
])
|
||||
|
||||
/// This object contains setting entries that makes sense
|
||||
/// at the user level. The defaults can also be overriden by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue