Add features box to tenant details (#738)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-05-14 15:04:29 -07:00
committed by GitHub
parent 9c5a788dae
commit 2769ba145a
22 changed files with 688 additions and 372 deletions

View File

@@ -6442,6 +6442,9 @@ func init() {
"enable_prometheus": {
"type": "boolean"
},
"encryptionEnabled": {
"type": "boolean"
},
"endpoints": {
"type": "object",
"properties": {
@@ -6453,9 +6456,21 @@ func init() {
}
}
},
"idpAdEnabled": {
"type": "boolean"
},
"idpOicEnabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"logEnabled": {
"type": "boolean"
},
"monitoringEnabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
@@ -13842,6 +13857,9 @@ func init() {
"enable_prometheus": {
"type": "boolean"
},
"encryptionEnabled": {
"type": "boolean"
},
"endpoints": {
"type": "object",
"properties": {
@@ -13853,9 +13871,21 @@ func init() {
}
}
},
"idpAdEnabled": {
"type": "boolean"
},
"idpOicEnabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"logEnabled": {
"type": "boolean"
},
"monitoringEnabled": {
"type": "boolean"
},
"name": {
"type": "string"
},