Operator UI improvements (#678)

This commit is contained in:
Daniel Valdivia
2021-04-01 16:13:57 -07:00
committed by GitHub
parent ce473b9286
commit bb91cb66b0
24 changed files with 68 additions and 50 deletions

View File

@@ -5347,6 +5347,12 @@ func init() {
"sessionResponse": {
"type": "object",
"properties": {
"features": {
"type": "array",
"items": {
"type": "string"
}
},
"operator": {
"type": "boolean"
},
@@ -11660,6 +11666,12 @@ func init() {
"sessionResponse": {
"type": "object",
"properties": {
"features": {
"type": "array",
"items": {
"type": "string"
}
},
"operator": {
"type": "boolean"
},