From 5c6147c9b9865240812042c9cf7afc5ecef59668 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 17 Aug 2020 12:27:06 +1200 Subject: [PATCH] feat(k8s/configure): review ingress UI/UX --- app/kubernetes/views/configure/configure.html | 34 ++++++++++++------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/app/kubernetes/views/configure/configure.html b/app/kubernetes/views/configure/configure.html index 030f3d9be..bbd342b13 100644 --- a/app/kubernetes/views/configure/configure.html +++ b/app/kubernetes/views/configure/configure.html @@ -9,7 +9,7 @@
-
+
Networking
@@ -22,8 +22,7 @@ Ensure that your cloud provider allows you to create load balancers if you want to use this feature. Might incur costs.

-
-
+
-
+
+
- + +
+ +
+
+

This field is required.

+
- - - Once configured, ingresses can be created at the resource pool level. -
@@ -167,7 +177,7 @@ type="submit" class="btn btn-primary btn-sm" ng-click="ctrl.configure()" - ng-disabled="ctrl.state.actionInProgress || !ctrl.hasValidStorageConfiguration()" + ng-disabled="ctrl.state.actionInProgress || !kubernetesClusterSetupForm.$valid || !ctrl.hasValidStorageConfiguration()" button-spinner="ctrl.state.actionInProgress" > Save configuration