Merge branch 'dev' into add_uiconfig_schema

This commit is contained in:
Jan Eitzinger
2025-09-26 13:27:18 +02:00
committed by GitHub
91 changed files with 9182 additions and 3159 deletions

View File

@@ -208,6 +208,11 @@ var uiConfigSchema = `
"properties": {
"name": {
"description": "The name of the cluster.",
"kind": {
"type": "string",
"enum": ["influxdb", "prometheus", "cc-metric-store", "cc-metric-store-internal", "test"]
},
"url": {
"type": "string"
},
"subClusters" {