dashboard-shell-shell 3.0.5-test.6 → 3.0.5-test.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/brand/csp/favicon.png +0 -0
- package/assets/brand/harvester/favicon.png +0 -0
- package/assets/brand/suse/favicon.png +0 -0
- package/assets/icons/demo.css +539 -0
- package/assets/icons/demo.css:Zone.Identifier +0 -0
- package/assets/icons/demo_index.html +1131 -0
- package/assets/icons/demo_index.html:Zone.Identifier +0 -0
- package/assets/icons/iconfont.css +219 -0
- package/assets/icons/iconfont.css:Zone.Identifier +0 -0
- package/assets/icons/iconfont.js +1 -0
- package/assets/icons/iconfont.js:Zone.Identifier +0 -0
- package/assets/icons/iconfont.json +324 -0
- package/assets/icons/iconfont.json:Zone.Identifier +0 -0
- package/assets/icons/iconfont.ttf +0 -0
- package/assets/icons/iconfont.ttf:Zone.Identifier +0 -0
- package/assets/icons/iconfont.woff +0 -0
- package/assets/icons/iconfont.woff2 +0 -0
- package/assets/icons/iconfont.woff2:Zone.Identifier +0 -0
- package/assets/icons/iconfont.woff:Zone.Identifier +0 -0
- package/assets/iconsNew/demo.css +539 -0
- package/assets/iconsNew/demo.css:Zone.Identifier +0 -0
- package/assets/iconsNew/demo_index.html +303 -0
- package/assets/iconsNew/demo_index.html:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.css +43 -0
- package/assets/iconsNew/iconfont.css:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.js +1 -0
- package/assets/iconsNew/iconfont.js:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.json +44 -0
- package/assets/iconsNew/iconfont.json:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.ttf +0 -0
- package/assets/iconsNew/iconfont.ttf:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.woff +0 -0
- package/assets/iconsNew/iconfont.woff2 +0 -0
- package/assets/iconsNew/iconfont.woff2:Zone.Identifier +0 -0
- package/assets/iconsNew/iconfont.woff:Zone.Identifier +0 -0
- package/assets/images/API.svg +3 -0
- package/assets/images/action.svg +6 -0
- package/assets/images/login/password.svg +20 -0
- package/assets/images/login/user.svg +6 -0
- package/assets/images/login-bg.png +0 -0
- package/assets/images/login-left.png +0 -0
- package/assets/images/login-logo.svg +19 -0
- package/assets/images/logo.png +0 -0
- package/assets/images/pl/dark/logo.png +0 -0
- package/assets/images/pl/half-logo.svg +2 -23
- package/assets/images/pl/harvester.png +0 -0
- package/assets/images/pl/logo.png +0 -0
- package/assets/images/promp-yellow.svg +5 -0
- package/assets/images/user.png +0 -0
- package/assets/styles/all.scss +83 -0
- package/assets/styles/app.scss +5 -0
- package/assets/styles/base/_basic.scss +2 -2
- package/assets/styles/base/_helpers.scss +1 -1
- package/assets/styles/base/_mixins.scss +1 -1
- package/assets/styles/base/_typography.scss +2 -1
- package/assets/styles/base/_variables.scss +14 -7
- package/assets/styles/fonts/_icons.scss +3 -2
- package/assets/styles/global/_button.scss +44 -26
- package/assets/styles/global/_columns.scss +3 -1
- package/assets/styles/global/_form.scss +46 -13
- package/assets/styles/global/_labeled-input.scss +54 -26
- package/assets/styles/global/_layout.scss +8 -3
- package/assets/styles/global/_select.scss +25 -17
- package/assets/styles/global/_table.scss +7 -1
- package/assets/styles/global/_tooltip.scss +60 -8
- package/assets/styles/themes/_dark.scss +3 -0
- package/assets/styles/themes/_light.scss +69 -46
- package/assets/styles/vendor/vue-select.scss +24 -10
- package/assets/translations/en-us.yaml +92 -4
- package/assets/translations/zh-hans.yaml +656 -206
- package/components/ActionDropdown.vue +2 -1
- package/components/ActionMenu.vue +2 -2
- package/components/ActionMenuShell.vue +2 -0
- package/components/AppModal.vue +46 -5
- package/components/BrandImage.vue +1 -0
- package/components/ButtonDropdown.vue +28 -4
- package/components/ButtonMultiAction.vue +1 -0
- package/components/ClusterIconMenu.vue +2 -2
- package/components/CodeMirror.vue +26 -10
- package/components/ConsumptionGauge.vue +24 -5
- package/components/ContainerResourceLimit.vue +2 -2
- package/components/CopyToClipboard.vue +15 -0
- package/components/CruResource.vue +12 -10
- package/components/CruResourceFooter.vue +2 -2
- package/components/DashboardOptions.vue +29 -17
- package/components/DotState.vue +84 -0
- package/components/Drawer/Chrome.vue +2 -2
- package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +30 -27
- package/components/Drawer/ResourceDetailDrawer/YamlTab.vue +1 -1
- package/components/Drawer/ResourceDetailDrawer/index.vue +5 -4
- package/components/ExplorerMembers.vue +28 -4
- package/components/ExplorerProjectsNamespaces.vue +19 -5
- package/components/GlobalRoleBindings.vue +23 -4
- package/components/GrafanaDashboard.vue +4 -4
- package/components/GrowlManager.vue +3 -1
- package/components/HardwareResourceGauge.vue +39 -3
- package/components/IndentedPanel.vue +4 -10
- package/components/InfoBox.vue +3 -3
- package/components/InputOrDisplay.vue +28 -2
- package/components/LabelValue.vue +20 -1
- package/components/ModalWithCard.vue +12 -3
- package/components/PodSecurityAdmission.vue +2 -2
- package/components/PromptModal.vue +1 -1
- package/components/PromptRemove.vue +53 -12
- package/components/RelatedResources.vue +3 -0
- package/components/Resource/Detail/Metadata/IdentifyingInformation/index.vue +1 -3
- package/components/Resource/Detail/Metadata/KeyValue.vue +8 -4
- package/components/Resource/Detail/Metadata/index.vue +3 -1
- package/components/Resource/Detail/TitleBar/Title.vue +4 -3
- package/components/Resource/Detail/TitleBar/Top.vue +2 -0
- package/components/Resource/Detail/TitleBar/composables.ts +16 -1
- package/components/Resource/Detail/TitleBar/index.vue +125 -27
- package/components/ResourceDetail/Masthead/index.vue +1 -1
- package/components/ResourceDetail/Masthead/latest.vue +1 -1
- package/components/ResourceDetail/Masthead/legacy.vue +183 -39
- package/components/ResourceDetail/legacy.vue +47 -29
- package/components/ResourceList/Masthead.vue +222 -54
- package/components/ResourceList/ResourceLoadingIndicator.vue +5 -2
- package/components/ResourceTable.vue +40 -2
- package/components/SideNav.vue +74 -20
- package/components/SingleClusterInfo.vue +2 -1
- package/components/SortableTable/THead.vue +79 -4
- package/components/SortableTable/index.vue +1053 -464
- package/components/SortableTable/paging.js +26 -16
- package/components/SortableTable/selection.js +2 -2
- package/components/Tabbed/Tab.vue +3 -3
- package/components/Tabbed/index.vue +53 -30
- package/components/YamlEditor.vue +0 -1
- package/components/auth/Principal.vue +51 -19
- package/components/auth/RoleDetailEdit.vue +69 -14
- package/components/auth/SelectPrincipal.vue +1 -0
- package/components/breadcrumb/index.vue +119 -0
- package/components/form/ArrayList.vue +177 -152
- package/components/form/ArrayListGrouped.vue +13 -3
- package/components/form/ArrayListSelect.vue +1 -1
- package/components/form/BannerSettings.vue +64 -59
- package/components/form/ChangePassword.vue +5 -5
- package/components/form/ClusterAppearance.vue +4 -3
- package/components/form/ColorInput.vue +32 -8
- package/components/form/Command.vue +4 -5
- package/components/form/Conditions.vue +15 -1
- package/components/form/Footer.vue +12 -8
- package/components/form/HealthCheck.vue +0 -2
- package/components/form/HookOption.vue +87 -58
- package/components/form/InputWithSelect.vue +8 -4
- package/components/form/KeyValue.vue +66 -8
- package/components/form/LabeledSelect.vue +216 -242
- package/components/form/Labels.vue +4 -4
- package/components/form/MatchExpressions.vue +28 -11
- package/components/form/Members/ClusterMembershipEditor.vue +1 -1
- package/components/form/Members/ClusterPermissionsEditor.vue +61 -43
- package/components/form/Members/MembershipEditor.vue +4 -4
- package/components/form/Members/ProjectMembershipEditor.vue +1 -1
- package/components/form/NameNsDescription.vue +76 -21
- package/components/form/Networking.vue +6 -9
- package/components/form/NodeAffinity.vue +29 -28
- package/components/form/Password.vue +16 -7
- package/components/form/PodAffinity.vue +24 -25
- package/components/form/Probe.vue +15 -11
- package/components/form/ProjectMemberEditor.vue +66 -48
- package/components/form/ResourceQuota/Namespace.vue +4 -4
- package/components/form/ResourceQuota/NamespaceRow.vue +26 -23
- package/components/form/ResourceQuota/Project.vue +4 -4
- package/components/form/ResourceQuota/ProjectRow.vue +38 -35
- package/components/form/ResourceSelector.vue +1 -1
- package/components/form/SecretSelector.vue +24 -23
- package/components/form/Security.vue +1 -3
- package/components/form/Select.vue +12 -3
- package/components/form/ServiceNameSelect.vue +2 -5
- package/components/form/ServicePorts.vue +149 -75
- package/components/form/SimpleSecretSelector.vue +29 -9
- package/components/form/Taints.vue +2 -1
- package/components/form/Tolerations.vue +13 -9
- package/components/form/UnitInput.vue +8 -3
- package/components/form/ValueFromResource.vue +110 -96
- package/components/form/WorkloadPorts.vue +143 -123
- package/components/formatter/BadgeStateFormatter.vue +8 -5
- package/components/formatter/LiveDate.vue +3 -3
- package/components/formatter/WorkloadHealthScale.vue +4 -3
- package/components/nav/Favorite.vue +5 -1
- package/components/nav/Group.vue +139 -99
- package/components/nav/Header.vue +127 -150
- package/components/nav/HeaderPageActionMenu.vue +1 -0
- package/components/nav/NamespaceFilter.vue +34 -36
- package/components/nav/TopLevelMenu.vue +62 -25
- package/components/nav/Type.vue +73 -43
- package/composables/useClickOutside.ts +1 -1
- package/config/menuRouteMap.js +10 -0
- package/config/private-label.js +15 -11
- package/config/product/auth.js +17 -7
- package/config/product/explorer.js +32 -10
- package/config/product/manager.js +28 -17
- package/config/product/settings.js +19 -9
- package/config/product/uiplugins.js +13 -10
- package/config/router/navigation-guards/index.js +61 -3
- package/config/settings.ts +28 -0
- package/config/table-headers.js +3 -2
- package/detail/node.vue +28 -23
- package/dialog/AddCustomBadgeDialog.vue +17 -9
- package/dialog/ForceMachineRemoveDialog.vue +2 -2
- package/dialog/RollbackWorkloadDialog.vue +1 -1
- package/dialog/ScalePoolDownDialog.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/external-metric.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/hpa-scaling-rule.vue +9 -6
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +3 -1
- package/edit/autoscaling.horizontalpodautoscaler/metric-identifier.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/metric-object-reference.vue +7 -5
- package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +5 -3
- package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/object-metric.vue +2 -2
- package/edit/autoscaling.horizontalpodautoscaler/pod-metric.vue +1 -1
- package/edit/autoscaling.horizontalpodautoscaler/resource-metric.vue +2 -2
- package/edit/configmap.vue +4 -0
- package/edit/logging-flow/index.vue +1 -2
- package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +3 -3
- package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +19 -19
- package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +23 -23
- package/edit/logging.banzaicloud.io.output/providers/datadog.vue +19 -19
- package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +14 -14
- package/edit/logging.banzaicloud.io.output/providers/forward.vue +12 -12
- package/edit/logging.banzaicloud.io.output/providers/gcs.vue +23 -23
- package/edit/logging.banzaicloud.io.output/providers/gelf.vue +6 -6
- package/edit/logging.banzaicloud.io.output/providers/kafka.vue +10 -10
- package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +8 -8
- package/edit/logging.banzaicloud.io.output/providers/logdna.vue +17 -17
- package/edit/logging.banzaicloud.io.output/providers/logz.vue +7 -7
- package/edit/logging.banzaicloud.io.output/providers/loki.vue +12 -12
- package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +3 -3
- package/edit/logging.banzaicloud.io.output/providers/opensearch.vue +14 -14
- package/edit/logging.banzaicloud.io.output/providers/redis.vue +6 -6
- package/edit/logging.banzaicloud.io.output/providers/s3.vue +23 -23
- package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +13 -13
- package/edit/logging.banzaicloud.io.output/providers/sumologic.vue +2 -2
- package/edit/logging.banzaicloud.io.output/providers/syslog.vue +54 -54
- package/edit/management.cattle.io.user.vue +17 -4
- package/edit/monitoring.coreos.com.alertmanagerconfig/auth.vue +19 -19
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +31 -31
- package/edit/monitoring.coreos.com.alertmanagerconfig/routeConfig.vue +36 -12
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +6 -6
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +10 -10
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +4 -4
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +4 -4
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +1 -1
- package/edit/monitoring.coreos.com.receiver/types/email.vue +6 -6
- package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +10 -10
- package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +5 -5
- package/edit/monitoring.coreos.com.receiver/types/slack.vue +4 -4
- package/edit/namespace.vue +1 -2
- package/edit/networking.k8s.io.ingress/Certificate.vue +14 -5
- package/edit/networking.k8s.io.ingress/DefaultBackend.vue +2 -2
- package/edit/networking.k8s.io.ingress/Rule.vue +5 -11
- package/edit/networking.k8s.io.ingress/RulePath.vue +105 -96
- package/edit/networking.k8s.io.networkpolicy/PolicyRule.vue +3 -3
- package/edit/networking.k8s.io.networkpolicy/PolicyRulePort.vue +4 -2
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +12 -11
- package/edit/networking.k8s.io.networkpolicy/index.vue +1 -1
- package/edit/persistentvolume/index.vue +3 -1
- package/edit/persistentvolumeclaim.vue +2 -0
- package/edit/provisioning.cattle.io.cluster/tabs/Basics.vue +1 -1
- package/edit/secret/index.vue +2 -2
- package/edit/service.vue +4 -1
- package/edit/storage.k8s.io.storageclass/index.vue +10 -8
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +34 -27
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +15 -13
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +41 -39
- package/edit/token.vue +31 -12
- package/edit/workload/Job.vue +31 -34
- package/edit/workload/Upgrading.vue +5 -5
- package/edit/workload/index.vue +22 -18
- package/edit/workload/storage/Mount.vue +1 -0
- package/edit/workload/storage/awsElasticBlockStore.vue +9 -7
- package/edit/workload/storage/azureDisk.vue +14 -10
- package/edit/workload/storage/azureFile.vue +9 -7
- package/edit/workload/storage/csi/index.vue +6 -9
- package/edit/workload/storage/emptyDir.vue +7 -5
- package/edit/workload/storage/gcePersistentDisk.vue +9 -7
- package/edit/workload/storage/hostPath.vue +7 -5
- package/edit/workload/storage/nfs.vue +8 -6
- package/edit/workload/storage/persistentVolumeClaim/index.vue +12 -10
- package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +20 -15
- package/edit/workload/storage/secret.vue +9 -6
- package/edit/workload/storage/vsphereVolume.vue +11 -7
- package/initialize/app-extended.js +7 -1
- package/list/management.cattle.io.podsecurityadmissionconfigurationtemplate.vue +8 -6
- package/list/management.cattle.io.setting.vue +22 -13
- package/list/management.cattle.io.user.vue +7 -3
- package/list/namespace.vue +3 -0
- package/list/provisioning.cattle.io.cluster.vue +6 -7
- package/mixins/brand.js +17 -0
- package/mixins/create-edit-view/impl.js +10 -0
- package/models/provisioning.cattle.io.cluster.js +19 -18
- package/models/workload.js +2 -2
- package/package.json +1 -1
- package/pages/account/index.vue +93 -58
- package/pages/account/pri.vue +229 -0
- package/pages/auth/login.vue +220 -52
- package/pages/auth/setup.vue +175 -33
- package/pages/c/_cluster/_product/namespaces.vue +5 -5
- package/pages/c/_cluster/auth/roles/index.vue +83 -8
- package/pages/c/_cluster/explorer/ConfigBadge.vue +1 -1
- package/pages/c/_cluster/explorer/index.vue +2 -1
- package/pages/c/_cluster/explorer/tools/index.vue +6 -6
- package/pages/c/_cluster/monitoring/monitor/index.vue +2 -2
- package/pages/c/_cluster/settings/banners.vue +174 -102
- package/pages/c/_cluster/settings/brand.vue +350 -302
- package/pages/c/_cluster/settings/performance.vue +61 -38
- package/pages/home.vue +119 -37
- package/pages/prefs.vue +27 -25
- package/pkg/tsconfig.json +9 -9
- package/pkg/vue.config.js +1 -1
- package/plugins/dashboard-store/actions.js +1 -1
- package/plugins/dashboard-store/resource-class.js +28 -27
- package/promptRemove/mixin/roleDeletionCheck.js +2 -2
- package/public/index.html +4 -4
- package/rancher-components/BadgeState/BadgeState.vue +38 -55
- package/rancher-components/Banner/Banner.vue +25 -9
- package/rancher-components/Card/Card.vue +7 -8
- package/rancher-components/Form/Checkbox/Checkbox.vue +4 -0
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +42 -3
- package/rancher-components/Form/Radio/RadioButton.vue +35 -11
- package/rancher-components/Form/Radio/RadioGroup.vue +22 -6
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +3 -3
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +1 -0
- package/rancher-components/LabeledTooltip/LabeledTooltip.vue +41 -4
- package/rancher-components/RcDropdown/RcDropdown.vue +35 -7
- package/rancher-components/RcDropdown/RcDropdownItem.vue +2 -2
- package/rancher-components/RcDropdown/RcDropdownMenu.vue +12 -6
- package/rancher-components/RcDropdown/types.ts +1 -0
- package/rancher-components/StringList/StringList.vue +1 -1
- package/scripts/build-pkg.sh +18 -23
- package/scripts/publish-shell.sh +1 -1
- package/static/favicon.ico +0 -0
- package/static/favicon.png +0 -0
- package/static/loading-indicator.html +3 -3
- package/store/i18n.js +6 -2
- package/store/modal.ts +3 -3
- package/store/prefs.js +11 -4
- package/store/type-map.js +30 -2
- package/types/shell/index.d.ts +86 -97
- package/utils/error.js +109 -8
- package/utils/errorTranslate.json +1740 -0
- package/utils/errorTranslateNew.json +39 -0
- package/utils/roleFiltering.js +33 -0
- package/utils/router.js +21 -0
- package/utils/select.js +26 -3
- package/utils/string.js +8 -5
- package/utils/title.ts +1 -1
- package/vue.config.js +1 -1
|
@@ -68,7 +68,7 @@ export default {
|
|
|
68
68
|
</script>
|
|
69
69
|
<template>
|
|
70
70
|
<div>
|
|
71
|
-
<div class="row
|
|
71
|
+
<div class="row">
|
|
72
72
|
<div class="col span-6">
|
|
73
73
|
<RadioGroup
|
|
74
74
|
v-model:value="value.parameters.type"
|
|
@@ -77,14 +77,16 @@ export default {
|
|
|
77
77
|
:mode="mode"
|
|
78
78
|
:options="volumeTypeOptions"
|
|
79
79
|
/>
|
|
80
|
-
<
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
:placeholder="t('storageClass.gce-pd.filesystemType.placeholder')"
|
|
84
|
-
:label="t('storageClass.gce-pd.filesystemType.label')"
|
|
85
|
-
:mode="mode"
|
|
80
|
+
<div style="height: 24px;"></div>
|
|
81
|
+
<LabeledInput
|
|
82
|
+
v-model:value="value.parameters.fsType"
|
|
83
|
+
:placeholder="t('storageClass.gce-pd.filesystemType.placeholder')"
|
|
84
|
+
:label="t('storageClass.gce-pd.filesystemType.label')"
|
|
85
|
+
:mode="mode"
|
|
86
86
|
/>
|
|
87
87
|
</div>
|
|
88
|
+
</div>
|
|
89
|
+
<div class="row">
|
|
88
90
|
<div class="col span-6">
|
|
89
91
|
<RadioGroup
|
|
90
92
|
v-model:value="availabilityZone"
|
|
@@ -93,12 +95,12 @@ export default {
|
|
|
93
95
|
:mode="mode"
|
|
94
96
|
:options="availabilityZoneOptions"
|
|
95
97
|
/>
|
|
96
|
-
<LabeledInput
|
|
97
|
-
v-if="availabilityZone === 'manual'"
|
|
98
|
-
v-model:value="value.parameters.zones"
|
|
99
|
-
class="mt-10"
|
|
100
|
-
:placeholder="t('storageClass.gce-pd.availabilityZone.placeholder')"
|
|
101
|
-
:mode="mode"
|
|
98
|
+
<LabeledInput
|
|
99
|
+
v-if="availabilityZone === 'manual'"
|
|
100
|
+
v-model:value="value.parameters.zones"
|
|
101
|
+
class="mt-10"
|
|
102
|
+
:placeholder="t('storageClass.gce-pd.availabilityZone.placeholder')"
|
|
103
|
+
:mode="mode"
|
|
102
104
|
/>
|
|
103
105
|
</div>
|
|
104
106
|
</div>
|
|
@@ -41,55 +41,57 @@ export default {
|
|
|
41
41
|
</script>
|
|
42
42
|
<template>
|
|
43
43
|
<div>
|
|
44
|
-
<div class="row
|
|
45
|
-
<div class="col span-
|
|
46
|
-
<LabeledSelect
|
|
47
|
-
v-model:value="value.parameters.diskformat"
|
|
48
|
-
:options="diskFormatOptions"
|
|
49
|
-
:label="t('storageClass.vsphere-volume.diskFormat.label')"
|
|
50
|
-
:mode="mode"
|
|
51
|
-
/>
|
|
52
|
-
</div>
|
|
53
|
-
<div class="col span-4">
|
|
54
|
-
<LabeledInput
|
|
55
|
-
v-model:value="value.parameters.storagePolicyName"
|
|
56
|
-
:placeholder="t('storageClass.vsphere-volume.storagePolicyName.placeholder')"
|
|
57
|
-
:label="t('storageClass.vsphere-volume.storagePolicyName.label')"
|
|
58
|
-
:mode="mode"
|
|
44
|
+
<div class="row">
|
|
45
|
+
<div class="col span-6">
|
|
46
|
+
<LabeledSelect
|
|
47
|
+
v-model:value="value.parameters.diskformat"
|
|
48
|
+
:options="diskFormatOptions"
|
|
49
|
+
:label="t('storageClass.vsphere-volume.diskFormat.label')"
|
|
50
|
+
:mode="mode"
|
|
59
51
|
/>
|
|
60
52
|
</div>
|
|
61
|
-
<div class="col span-
|
|
62
|
-
<LabeledInput
|
|
63
|
-
v-model:value="value.parameters.
|
|
64
|
-
:placeholder="t('storageClass.vsphere-volume.
|
|
65
|
-
:label="t('storageClass.vsphere-volume.
|
|
66
|
-
:mode="mode"
|
|
53
|
+
<div class="col span-6">
|
|
54
|
+
<LabeledInput
|
|
55
|
+
v-model:value="value.parameters.storagePolicyName"
|
|
56
|
+
:placeholder="t('storageClass.vsphere-volume.storagePolicyName.placeholder')"
|
|
57
|
+
:label="t('storageClass.vsphere-volume.storagePolicyName.label')"
|
|
58
|
+
:mode="mode"
|
|
67
59
|
/>
|
|
68
60
|
</div>
|
|
69
61
|
</div>
|
|
70
62
|
<div class="row">
|
|
71
|
-
<div class="col span-
|
|
72
|
-
<LabeledInput
|
|
73
|
-
v-model:value="value.parameters.
|
|
74
|
-
:placeholder="t('storageClass.vsphere-volume.
|
|
75
|
-
:label="t('storageClass.vsphere-volume.
|
|
76
|
-
:mode="mode"
|
|
63
|
+
<div class="col span-6">
|
|
64
|
+
<LabeledInput
|
|
65
|
+
v-model:value="value.parameters.datastore"
|
|
66
|
+
:placeholder="t('storageClass.vsphere-volume.datastore.placeholder')"
|
|
67
|
+
:label="t('storageClass.vsphere-volume.datastore.label')"
|
|
68
|
+
:mode="mode"
|
|
77
69
|
/>
|
|
78
70
|
</div>
|
|
79
|
-
<div class="col span-
|
|
80
|
-
<LabeledInput
|
|
81
|
-
v-model:value="value.parameters.
|
|
82
|
-
:placeholder="t('storageClass.vsphere-volume.
|
|
83
|
-
:label="t('storageClass.vsphere-volume.
|
|
84
|
-
:mode="mode"
|
|
71
|
+
<div class="col span-6">
|
|
72
|
+
<LabeledInput
|
|
73
|
+
v-model:value="value.parameters.hostFailuresToTolerate"
|
|
74
|
+
:placeholder="t('storageClass.vsphere-volume.hostFailuresToTolerate.placeholder')"
|
|
75
|
+
:label="t('storageClass.vsphere-volume.hostFailuresToTolerate.label')"
|
|
76
|
+
:mode="mode"
|
|
77
|
+
/>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="row">
|
|
81
|
+
<div class="col span-6">
|
|
82
|
+
<LabeledInput
|
|
83
|
+
v-model:value="value.parameters.cachereservation"
|
|
84
|
+
:placeholder="t('storageClass.vsphere-volume.cacheReservation.placeholder')"
|
|
85
|
+
:label="t('storageClass.vsphere-volume.cacheReservation.label')"
|
|
86
|
+
:mode="mode"
|
|
85
87
|
/>
|
|
86
88
|
</div>
|
|
87
|
-
<div class="col span-
|
|
88
|
-
<LabeledInput
|
|
89
|
-
v-model:value="value.parameters.fstype"
|
|
90
|
-
:placeholder="t('storageClass.vsphere-volume.filesystemType.placeholder')"
|
|
91
|
-
:label="t('storageClass.vsphere-volume.filesystemType.label')"
|
|
92
|
-
:mode="mode"
|
|
89
|
+
<div class="col span-6">
|
|
90
|
+
<LabeledInput
|
|
91
|
+
v-model:value="value.parameters.fstype"
|
|
92
|
+
:placeholder="t('storageClass.vsphere-volume.filesystemType.placeholder')"
|
|
93
|
+
:label="t('storageClass.vsphere-volume.filesystemType.label')"
|
|
94
|
+
:mode="mode"
|
|
93
95
|
/>
|
|
94
96
|
</div>
|
|
95
97
|
</div>
|
package/edit/token.vue
CHANGED
|
@@ -175,7 +175,16 @@ export default {
|
|
|
175
175
|
|
|
176
176
|
<template>
|
|
177
177
|
<div v-if="!created">
|
|
178
|
-
<div
|
|
178
|
+
<div
|
|
179
|
+
v-for="(err,idx) in errors"
|
|
180
|
+
:key="idx"
|
|
181
|
+
>
|
|
182
|
+
<Banner
|
|
183
|
+
color="error"
|
|
184
|
+
:label="err"
|
|
185
|
+
/>
|
|
186
|
+
</div>
|
|
187
|
+
<div class="pr-10">
|
|
179
188
|
<LabeledInput
|
|
180
189
|
key="description"
|
|
181
190
|
v-model:value="value.description"
|
|
@@ -184,19 +193,20 @@ export default {
|
|
|
184
193
|
mode="edit"
|
|
185
194
|
:min-height="30"
|
|
186
195
|
/>
|
|
196
|
+
<div class="mt-20">
|
|
197
|
+
<LabeledSelect
|
|
198
|
+
v-model:value="value.clusterId"
|
|
199
|
+
class="scope-select"
|
|
200
|
+
label-key="accountAndKeys.apiKeys.add.scope"
|
|
201
|
+
:options="scopes"
|
|
202
|
+
/>
|
|
203
|
+
</div>
|
|
187
204
|
|
|
188
|
-
<
|
|
189
|
-
v-model:value="value.clusterId"
|
|
190
|
-
class="mt-20 scope-select"
|
|
191
|
-
label-key="accountAndKeys.apiKeys.add.scope"
|
|
192
|
-
:options="scopes"
|
|
193
|
-
/>
|
|
194
|
-
|
|
195
|
-
<h5 class="pt-20">
|
|
205
|
+
<div style="font-size: 14px; margin-top: 32px;">
|
|
196
206
|
{{ t('accountAndKeys.apiKeys.add.expiry.label') }}
|
|
197
|
-
</
|
|
207
|
+
</div>
|
|
198
208
|
|
|
199
|
-
<div class="
|
|
209
|
+
<div class="mt-20">
|
|
200
210
|
<RadioGroup
|
|
201
211
|
v-model:value="form.expiryType"
|
|
202
212
|
:options="expiryOptions"
|
|
@@ -204,11 +214,12 @@ export default {
|
|
|
204
214
|
class="mr-20"
|
|
205
215
|
name="expiryGroup"
|
|
206
216
|
/>
|
|
207
|
-
<div class="
|
|
217
|
+
<div class="mt-20 expiry">
|
|
208
218
|
<input
|
|
209
219
|
v-model="form.customExpiry"
|
|
210
220
|
:disabled="form.expiryType !== 'custom'"
|
|
211
221
|
type="number"
|
|
222
|
+
class="expire-input"
|
|
212
223
|
:mode="mode"
|
|
213
224
|
:aria-label="t('accountAndKeys.apiKeys.add.ariaLabel.expiration')"
|
|
214
225
|
>
|
|
@@ -299,6 +310,14 @@ export default {
|
|
|
299
310
|
flex: 0 0 200px;
|
|
300
311
|
margin-right: 10px;
|
|
301
312
|
}
|
|
313
|
+
.expire-input{
|
|
314
|
+
border: solid var(--border-width) var(--input-border);
|
|
315
|
+
padding: 0px 0px 0px 11px;
|
|
316
|
+
line-height: 30px;
|
|
317
|
+
/* &['disabled']{
|
|
318
|
+
border: solid var(--border-width) var(--input-border);
|
|
319
|
+
} */
|
|
320
|
+
}
|
|
302
321
|
}
|
|
303
322
|
|
|
304
323
|
.buttons {
|
package/edit/workload/Job.vue
CHANGED
|
@@ -150,7 +150,7 @@ export default {
|
|
|
150
150
|
|
|
151
151
|
<template>
|
|
152
152
|
<form>
|
|
153
|
-
<div class="row
|
|
153
|
+
<div class="row">
|
|
154
154
|
<div
|
|
155
155
|
data-testid="input-job-completions"
|
|
156
156
|
class="col span-6"
|
|
@@ -178,7 +178,7 @@ export default {
|
|
|
178
178
|
/>
|
|
179
179
|
</div>
|
|
180
180
|
</div>
|
|
181
|
-
<div class="row
|
|
181
|
+
<div class="row">
|
|
182
182
|
<div
|
|
183
183
|
data-testid="input-job-backoffLimit"
|
|
184
184
|
class="col span-6"
|
|
@@ -208,7 +208,7 @@ export default {
|
|
|
208
208
|
</div>
|
|
209
209
|
|
|
210
210
|
<template v-if="isCronJob">
|
|
211
|
-
<div class="row
|
|
211
|
+
<div class="row ">
|
|
212
212
|
<div
|
|
213
213
|
data-testid="input-job-successful"
|
|
214
214
|
class="col span-6"
|
|
@@ -234,7 +234,7 @@ export default {
|
|
|
234
234
|
/>
|
|
235
235
|
</div>
|
|
236
236
|
</div>
|
|
237
|
-
<div class="row
|
|
237
|
+
<div class="row">
|
|
238
238
|
<div
|
|
239
239
|
data-testid="input-job-startingDeadlineSeconds"
|
|
240
240
|
class="col span-6"
|
|
@@ -274,36 +274,33 @@ export default {
|
|
|
274
274
|
</UnitInput>
|
|
275
275
|
</div>
|
|
276
276
|
</div>
|
|
277
|
-
<div
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
@update:value="update"
|
|
305
|
-
/>
|
|
306
|
-
</div>
|
|
277
|
+
<div
|
|
278
|
+
data-testid="input-job-concurrencyPolicy"
|
|
279
|
+
class="col span-8"
|
|
280
|
+
>
|
|
281
|
+
<RadioGroup
|
|
282
|
+
v-model:value="concurrencyPolicy"
|
|
283
|
+
:mode="mode"
|
|
284
|
+
:label="t('workload.upgrading.concurrencyPolicy.label')"
|
|
285
|
+
name="concurrency"
|
|
286
|
+
:options="['Allow', 'Forbid', 'Replace']"
|
|
287
|
+
:labels="[t('workload.upgrading.concurrencyPolicy.options.allow'), t('workload.upgrading.concurrencyPolicy.options.forbid'), t('workload.upgrading.concurrencyPolicy.options.replace')]"
|
|
288
|
+
@update:value="update"
|
|
289
|
+
/>
|
|
290
|
+
</div>
|
|
291
|
+
<div
|
|
292
|
+
data-testid="input-job-suspend"
|
|
293
|
+
class="col span-8"
|
|
294
|
+
>
|
|
295
|
+
<RadioGroup
|
|
296
|
+
v-model:value="suspend"
|
|
297
|
+
:mode="mode"
|
|
298
|
+
:label="t('workload.job.suspend')"
|
|
299
|
+
name="suspend"
|
|
300
|
+
:options="[true, false]"
|
|
301
|
+
:labels="['Yes', 'No']"
|
|
302
|
+
@update:value="update"
|
|
303
|
+
/>
|
|
307
304
|
</div>
|
|
308
305
|
</template>
|
|
309
306
|
<div
|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
223
223
|
<!--workload spec.upgradeStrategy -->
|
|
224
224
|
<div
|
|
225
225
|
v-if="strategyOptions && !noDeploymentSpec"
|
|
226
|
-
class="row
|
|
226
|
+
class="row"
|
|
227
227
|
>
|
|
228
228
|
<div
|
|
229
229
|
class="col"
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
241
241
|
</div>
|
|
242
242
|
<div
|
|
243
243
|
v-if="isStatefulSet && !noDeploymentSpec"
|
|
244
|
-
class="row
|
|
244
|
+
class="row"
|
|
245
245
|
>
|
|
246
246
|
<div
|
|
247
247
|
class="col span-6"
|
|
@@ -252,7 +252,7 @@ export default {
|
|
|
252
252
|
name="podManagement"
|
|
253
253
|
:mode="mode"
|
|
254
254
|
:label="t('workload.upgrading.podManagementPolicy.label')"
|
|
255
|
-
:options="['OrderedReady', 'Parallel']"
|
|
255
|
+
:options="['OrderedReady (顺序就绪模式)', 'Parallel (并行模式)']"
|
|
256
256
|
@update:value="update"
|
|
257
257
|
/>
|
|
258
258
|
</div>
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
260
260
|
<template v-if="strategy === 'RollingUpdate' && !noDeploymentSpec">
|
|
261
261
|
<div
|
|
262
262
|
v-if="isDeployment || isDaemonSet"
|
|
263
|
-
class="row
|
|
263
|
+
class="row"
|
|
264
264
|
data-testid="input-policy-surge"
|
|
265
265
|
>
|
|
266
266
|
<div
|
|
@@ -299,7 +299,7 @@ export default {
|
|
|
299
299
|
<!-- workload spec -->
|
|
300
300
|
<div
|
|
301
301
|
v-if="!noDeploymentSpec"
|
|
302
|
-
class="row
|
|
302
|
+
class="row"
|
|
303
303
|
>
|
|
304
304
|
<div
|
|
305
305
|
v-if="!isStatefulSet"
|
package/edit/workload/index.vue
CHANGED
|
@@ -108,7 +108,7 @@ export default {
|
|
|
108
108
|
>
|
|
109
109
|
<div
|
|
110
110
|
v-if="isCronJob"
|
|
111
|
-
class="col span-
|
|
111
|
+
class="col span-6"
|
|
112
112
|
>
|
|
113
113
|
<LabeledInput
|
|
114
114
|
v-model:value="spec.schedule"
|
|
@@ -122,7 +122,7 @@ export default {
|
|
|
122
122
|
</div>
|
|
123
123
|
<div
|
|
124
124
|
v-if="isReplicable"
|
|
125
|
-
class="col span-
|
|
125
|
+
class="col span-6"
|
|
126
126
|
>
|
|
127
127
|
<LabeledInput
|
|
128
128
|
v-model:value.number="spec.replicas"
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
135
135
|
</div>
|
|
136
136
|
<div
|
|
137
137
|
v-if="isStatefulSet"
|
|
138
|
-
class="col span-
|
|
138
|
+
class="col span-6"
|
|
139
139
|
>
|
|
140
140
|
<LabeledSelect
|
|
141
141
|
v-model:value="spec.serviceName"
|
|
@@ -186,6 +186,7 @@ export default {
|
|
|
186
186
|
type="button"
|
|
187
187
|
class="btn-sm role-link"
|
|
188
188
|
@click="removeContainer(tab)"
|
|
189
|
+
style="min-width: auto;padding-left: 0;"
|
|
189
190
|
>
|
|
190
191
|
{{ t('workload.container.removeContainer') }}
|
|
191
192
|
</button>
|
|
@@ -193,7 +194,7 @@ export default {
|
|
|
193
194
|
<div>
|
|
194
195
|
<div
|
|
195
196
|
:style="{'align-items':'center'}"
|
|
196
|
-
class="row
|
|
197
|
+
class="row"
|
|
197
198
|
>
|
|
198
199
|
<div class="col span-6">
|
|
199
200
|
<LabeledInput
|
|
@@ -213,8 +214,8 @@ export default {
|
|
|
213
214
|
/>
|
|
214
215
|
</div>
|
|
215
216
|
</div>
|
|
216
|
-
<h3>{{ t('workload.container.titles.image') }}</h3>
|
|
217
|
-
<div class="row
|
|
217
|
+
<h3 class="mt-20">{{ t('workload.container.titles.image') }}</h3>
|
|
218
|
+
<div class="row">
|
|
218
219
|
<div class="col span-6">
|
|
219
220
|
<LabeledInput
|
|
220
221
|
v-model:value.trim="allContainers[i].image"
|
|
@@ -250,9 +251,8 @@ export default {
|
|
|
250
251
|
</div>
|
|
251
252
|
</div>
|
|
252
253
|
</div>
|
|
253
|
-
<div class="spacer" />
|
|
254
254
|
<div>
|
|
255
|
-
<h3>
|
|
255
|
+
<h3 class="mt-20">
|
|
256
256
|
{{ t('workload.container.ports.expose') }}
|
|
257
257
|
<i
|
|
258
258
|
v-clean-tooltip="{content: t('workload.container.ports.toolTip'), triggers: ['hover', 'touch', 'focus'] }"
|
|
@@ -274,8 +274,7 @@ export default {
|
|
|
274
274
|
/>
|
|
275
275
|
</div>
|
|
276
276
|
</div>
|
|
277
|
-
<div class="
|
|
278
|
-
<div>
|
|
277
|
+
<div class="mt-40">
|
|
279
278
|
<h3>{{ t('workload.container.titles.command') }}</h3>
|
|
280
279
|
<Command
|
|
281
280
|
v-model:value="allContainers[i]"
|
|
@@ -295,8 +294,7 @@ export default {
|
|
|
295
294
|
:loading="isLoadingSecondaryResources"
|
|
296
295
|
@update:value="updateServiceAccount"
|
|
297
296
|
/>
|
|
298
|
-
<div class="
|
|
299
|
-
<div>
|
|
297
|
+
<div class="mt-40">
|
|
300
298
|
<h3>{{ t('workload.container.titles.lifecycle') }}</h3>
|
|
301
299
|
<LifecycleHooks
|
|
302
300
|
v-model:value="allContainers[i].lifecycle"
|
|
@@ -449,8 +447,7 @@ export default {
|
|
|
449
447
|
</div>
|
|
450
448
|
</div>
|
|
451
449
|
|
|
452
|
-
<div>
|
|
453
|
-
<div class="spacer" />
|
|
450
|
+
<div class="mt-40">
|
|
454
451
|
<h3 class="mb-10">
|
|
455
452
|
<t k="workload.scheduling.titles.priority" />
|
|
456
453
|
</h3>
|
|
@@ -563,7 +560,7 @@ export default {
|
|
|
563
560
|
>
|
|
564
561
|
<div>
|
|
565
562
|
<h3>{{ t('workload.container.titles.podLabels') }}</h3>
|
|
566
|
-
<div class="row
|
|
563
|
+
<div class="row">
|
|
567
564
|
<KeyValue
|
|
568
565
|
key="labels"
|
|
569
566
|
v-model:value="podLabels"
|
|
@@ -573,8 +570,7 @@ export default {
|
|
|
573
570
|
:protip="false"
|
|
574
571
|
/>
|
|
575
572
|
</div>
|
|
576
|
-
<
|
|
577
|
-
<h3>{{ t('workload.container.titles.podAnnotations') }}</h3>
|
|
573
|
+
<h3 class="mt-40">{{ t('workload.container.titles.podAnnotations') }}</h3>
|
|
578
574
|
<div class="row">
|
|
579
575
|
<KeyValue
|
|
580
576
|
key="annotations"
|
|
@@ -664,10 +660,18 @@ export default {
|
|
|
664
660
|
.deployment-tabs {
|
|
665
661
|
> .tabs.horizontal {
|
|
666
662
|
border-bottom: 1px solid var(--border);
|
|
667
|
-
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
> .tab-container{
|
|
666
|
+
padding: 20px 20px 0;
|
|
667
|
+
// border: none !important;
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
.padded {
|
|
671
671
|
padding-bottom: 10px;
|
|
672
672
|
}
|
|
673
|
+
|
|
674
|
+
H3{
|
|
675
|
+
font-size: 14px;
|
|
676
|
+
}
|
|
673
677
|
</style>
|
|
@@ -26,8 +26,8 @@ export default {
|
|
|
26
26
|
|
|
27
27
|
<template>
|
|
28
28
|
<div>
|
|
29
|
-
<div class="row
|
|
30
|
-
<div class="col
|
|
29
|
+
<div class="row">
|
|
30
|
+
<div class="col mr-10">
|
|
31
31
|
<LabeledInput
|
|
32
32
|
v-model:value="value.name"
|
|
33
33
|
:required="true"
|
|
@@ -35,7 +35,7 @@ export default {
|
|
|
35
35
|
:label="t('workload.storage.volumeName')"
|
|
36
36
|
/>
|
|
37
37
|
</div>
|
|
38
|
-
<div class="col
|
|
38
|
+
<div class="col" style="display: flex;align-items: center;">
|
|
39
39
|
<Checkbox
|
|
40
40
|
v-model:value="value.awsElasticBlockStore.readOnly"
|
|
41
41
|
:mode="mode"
|
|
@@ -43,8 +43,8 @@ export default {
|
|
|
43
43
|
/>
|
|
44
44
|
</div>
|
|
45
45
|
</div>
|
|
46
|
-
<div class="row
|
|
47
|
-
<div class="col
|
|
46
|
+
<div class="row">
|
|
47
|
+
<div class="col">
|
|
48
48
|
<LabeledInput
|
|
49
49
|
v-model:value="value.awsElasticBlockStore.volumeID"
|
|
50
50
|
:required="true"
|
|
@@ -52,7 +52,9 @@ export default {
|
|
|
52
52
|
:label="t('workload.storage.csi.volumeID')"
|
|
53
53
|
/>
|
|
54
54
|
</div>
|
|
55
|
-
|
|
55
|
+
</div>
|
|
56
|
+
<div class="row">
|
|
57
|
+
<div class="col">
|
|
56
58
|
<LabeledInput
|
|
57
59
|
v-model:value.number="value.awsElasticBlockStore.partition"
|
|
58
60
|
:mode="mode"
|
|
@@ -61,7 +63,7 @@ export default {
|
|
|
61
63
|
</div>
|
|
62
64
|
</div>
|
|
63
65
|
<div class="row">
|
|
64
|
-
<div class="col
|
|
66
|
+
<div class="col">
|
|
65
67
|
<LabeledInput
|
|
66
68
|
v-model:value="value.awsElasticBlockStore.fsType"
|
|
67
69
|
:mode="mode"
|
|
@@ -34,8 +34,8 @@ export default {
|
|
|
34
34
|
|
|
35
35
|
<template>
|
|
36
36
|
<div>
|
|
37
|
-
<div class="row
|
|
38
|
-
<div class="col
|
|
37
|
+
<div class="row">
|
|
38
|
+
<div class="col mr-10">
|
|
39
39
|
<LabeledInput
|
|
40
40
|
v-model:value="value.name"
|
|
41
41
|
:required="true"
|
|
@@ -43,7 +43,7 @@ export default {
|
|
|
43
43
|
:label="t('workload.storage.volumeName')"
|
|
44
44
|
/>
|
|
45
45
|
</div>
|
|
46
|
-
<div class="col
|
|
46
|
+
<div class="col" style="display: flex;align-items: center;">
|
|
47
47
|
<Checkbox
|
|
48
48
|
v-model:value="value.azureDisk.readOnly"
|
|
49
49
|
:mode="mode"
|
|
@@ -51,8 +51,8 @@ export default {
|
|
|
51
51
|
/>
|
|
52
52
|
</div>
|
|
53
53
|
</div>
|
|
54
|
-
<div class="row
|
|
55
|
-
<div class="col
|
|
54
|
+
<div class="row">
|
|
55
|
+
<div class="col">
|
|
56
56
|
<LabeledInput
|
|
57
57
|
v-model:value="value.azureDisk.diskName"
|
|
58
58
|
:mode="mode"
|
|
@@ -60,7 +60,9 @@ export default {
|
|
|
60
60
|
:label="t('workload.storage.csi.diskName')"
|
|
61
61
|
/>
|
|
62
62
|
</div>
|
|
63
|
-
|
|
63
|
+
</div>
|
|
64
|
+
<div class="row">
|
|
65
|
+
<div class="col">
|
|
64
66
|
<LabeledInput
|
|
65
67
|
v-model:value.number="value.azureDisk.diskURI"
|
|
66
68
|
:mode="mode"
|
|
@@ -69,8 +71,8 @@ export default {
|
|
|
69
71
|
/>
|
|
70
72
|
</div>
|
|
71
73
|
</div>
|
|
72
|
-
<div class="row
|
|
73
|
-
<div class="col
|
|
74
|
+
<div class="row">
|
|
75
|
+
<div class="col">
|
|
74
76
|
<RadioGroup
|
|
75
77
|
v-model:value="value.azureDisk.kind"
|
|
76
78
|
:mode="mode"
|
|
@@ -80,7 +82,9 @@ export default {
|
|
|
80
82
|
:labels="[t('workload.storage.csi.kind.options.dedicated'), t('workload.storage.csi.kind.options.managed'), t('workload.storage.csi.kind.options.shared')]"
|
|
81
83
|
/>
|
|
82
84
|
</div>
|
|
83
|
-
|
|
85
|
+
</div>
|
|
86
|
+
<div class="row">
|
|
87
|
+
<div class="col">
|
|
84
88
|
<RadioGroup
|
|
85
89
|
v-model:value="value.azureDisk.cachingMode"
|
|
86
90
|
name="cachingMode"
|
|
@@ -92,7 +96,7 @@ export default {
|
|
|
92
96
|
</div>
|
|
93
97
|
</div>
|
|
94
98
|
<div class="row">
|
|
95
|
-
<div class="col
|
|
99
|
+
<div class="col">
|
|
96
100
|
<LabeledInput
|
|
97
101
|
v-model:value="value.azureDisk.fsType"
|
|
98
102
|
:mode="mode"
|