mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Re-order summary fields for arc deployment (#13619)
This commit is contained in:
@@ -528,18 +528,6 @@
|
|||||||
{
|
{
|
||||||
"title": "%arc.data.controller.summary.azure%",
|
"title": "%arc.data.controller.summary.azure%",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
|
||||||
"label": "%arc.data.controller.summary.data.controller.namespace%",
|
|
||||||
"type": "readonly_text",
|
|
||||||
"isEvaluated": true,
|
|
||||||
"defaultValue": "$(AZDATA_NB_VAR_ARC_DATA_CONTROLLER_NAMESPACE)"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "%arc.data.controller.summary.data.controller.name%",
|
|
||||||
"type": "readonly_text",
|
|
||||||
"isEvaluated": true,
|
|
||||||
"defaultValue": "$(AZDATA_NB_VAR_ARC_DATA_CONTROLLER_NAME)"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "%arc.data.controller.summary.subscription%",
|
"label": "%arc.data.controller.summary.subscription%",
|
||||||
"type": "readonly_text",
|
"type": "readonly_text",
|
||||||
@@ -564,6 +552,18 @@
|
|||||||
{
|
{
|
||||||
"title": "%arc.data.controller.summary.controller%",
|
"title": "%arc.data.controller.summary.controller%",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
{
|
||||||
|
"label": "%arc.data.controller.summary.data.controller.namespace%",
|
||||||
|
"type": "readonly_text",
|
||||||
|
"isEvaluated": true,
|
||||||
|
"defaultValue": "$(AZDATA_NB_VAR_ARC_DATA_CONTROLLER_NAMESPACE)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "%arc.data.controller.summary.data.controller.name%",
|
||||||
|
"type": "readonly_text",
|
||||||
|
"isEvaluated": true,
|
||||||
|
"defaultValue": "$(AZDATA_NB_VAR_ARC_DATA_CONTROLLER_NAME)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "%arc.data.controller.connectivitymode%",
|
"label": "%arc.data.controller.connectivitymode%",
|
||||||
"type": "readonly_text",
|
"type": "readonly_text",
|
||||||
|
|||||||
Reference in New Issue
Block a user