+
+ {
+ onChangeCloudProvider(csp);
}}
/>
+
-
- {availabilityZoneConfigs.map((availabilityZoneConfig) => {
- return (
-
- );
- })}
-
-
-
-
-
+
+
+ {
+ prev();
+ }}
+ disabled={isPreviousDisabled}
+ >
+ Previous
+
+
+ Next
+
+
+
);
};
diff --git a/src/styles/app.module.css b/src/styles/app.module.css
index 12b82fcb..50f216b7 100644
--- a/src/styles/app.module.css
+++ b/src/styles/app.module.css
@@ -75,7 +75,6 @@
.content-title {
font-size: 20px;
font-weight: bold;
- width: 400px;
}
.menu-loading {
diff --git a/src/styles/flavor.module.css b/src/styles/flavor.module.css
index b25f228f..5f5f3736 100644
--- a/src/styles/flavor.module.css
+++ b/src/styles/flavor.module.css
@@ -70,7 +70,6 @@
flex-wrap: wrap;
gap: 10px;
margin: 0 0 20px 0;
- font-weight: bold;
font-size: 14px;
}
@@ -103,3 +102,7 @@
.ant-radio-button-wrapper-checked.ant-radio-button-wrapper-disabled {
background-color: transparent !important;
}
+
+.flavor-feature-item-name {
+ font-weight: lighter;
+}
diff --git a/src/styles/service-order.module.css b/src/styles/service-order.module.css
index 7f76a6da..3a90a79b 100644
--- a/src/styles/service-order.module.css
+++ b/src/styles/service-order.module.css
@@ -3,28 +3,13 @@
* SPDX-FileCopyrightText: Huawei Inc.
*/
-.order-navigate {
- display: flex;
- border: 1px solid transparent;
- color: rgb(24, 120, 255);
- font-weight: bold;
- padding: 10px;
- width: 80px;
-}
-
-.order-navigate:hover {
- cursor: pointer;
- font-weight: bold;
- text-shadow: 0 0 1px rgb(24, 120, 255);
- width: 80px;
-}
-
.Line {
height: 1px;
border: 0 solid transparent;
color: black;
padding: 0;
background: #f2f2f2;
+ width: 100%;
}
.order-select-migrate-target {
@@ -72,16 +57,18 @@
}
.order-param-submit {
- float: left;
- width: 450px;
+ text-align: right;
+ margin-top: 15px;
+ margin-bottom: 15px;
+}
+
+.order-navigate {
text-align: right;
margin-top: 15px;
margin-bottom: 15px;
}
.order-param-deploy {
- float: left;
- width: 600px;
text-align: right;
margin-top: 15px;
margin-bottom: 15px;
@@ -220,12 +207,22 @@
.order-form-selection-style {
margin: 0 0 20px 0;
- font-weight: bold;
font-size: 14px;
+ padding-right: 20px;
+ place-content: center;
+}
+
+.order-form-item-name {
+ font-weight: bold;
+}
+
+.order-form-selection-first-in-group {
+ padding-top: 20px;
}
.select-box-class {
box-sizing: border-box;
+ width: 450px;
}
.select-cloud-provider-class {
@@ -238,6 +235,7 @@
.version-drop-down {
width: fit-content;
+ margin-top: 15px;
}
.content-title-api {
@@ -248,8 +246,8 @@
cursor: pointer;
display: inline;
padding: 0;
- margin-left: 155px;
margin-top: 10px;
+ float: right;
}
.services-loading-error {
@@ -348,3 +346,24 @@
font-size: 14px;
font-weight: normal;
}
+
+.order-form-flex-elements {
+ display: flex;
+}
+
+.order-form-group-items {
+ box-shadow:
+ 0 1px 1px 0 rgba(0, 0, 0, 0),
+ 0 6px 20px 0 rgba(0, 0, 0, 0.1);
+ padding-left: 50px;
+ margin-top: 20px;
+ padding-bottom: 20px;
+}
+
+.order-params-first-param {
+ padding-top: 20px;
+}
+
+.order-form-inline-display {
+ display: block;
+}
diff --git a/src/styles/table.module.css b/src/styles/table.module.css
index 240a41bf..9e2299f1 100644
--- a/src/styles/table.module.css
+++ b/src/styles/table.module.css
@@ -5,6 +5,7 @@
.generic-table-container {
padding: 24px;
+ display: grid;
}
.table-load-failure-alert {