mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Metabase UI fix (#4402)
This commit is contained in:
parent
cf8d677d82
commit
c51711d292
@ -34,6 +34,7 @@
|
|||||||
"hostPort": {
|
"hostPort": {
|
||||||
"title": "Host and Port",
|
"title": "Host and Port",
|
||||||
"description": "Host and Port of Metabase instance.",
|
"description": "Host and Port of Metabase instance.",
|
||||||
|
"type": "string",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
"dbServiceName": {
|
"dbServiceName": {
|
||||||
@ -47,8 +48,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
"required": ["hostPort", "username"]
|
||||||
"hostPort",
|
|
||||||
"username"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user