diff --git a/components/GatekeeperConfig.vue b/components/GatekeeperConfig.vue index 9397f6053d..200c6f96b2 100644 --- a/components/GatekeeperConfig.vue +++ b/components/GatekeeperConfig.vue @@ -189,7 +189,7 @@ export default { this.saving = true; await this.ensureNamespace(); await this.config.save(); - await this.config.waitForCondition('Deployed'); + await this.config.waitForCondition('Deployed', 'True', 300000); this.showYamlEditor = false; this.saving = false; this.$emit('gatekeeperEnabled', this.gatekeeperEnabled = true); diff --git a/components/form/MatchExpressions.vue b/components/form/MatchExpressions.vue index ec9478ec50..ad217d4882 100644 --- a/components/form/MatchExpressions.vue +++ b/components/form/MatchExpressions.vue @@ -197,7 +197,9 @@ export default { @@ -96,7 +96,7 @@ export default { background: var(--tabbed-container-bg); border: 1px solid var(--tabbed-border); border-radius: var(--border-radius); - padding: 40px; + padding: 20px; } #host { @@ -107,7 +107,7 @@ export default { float:right; padding: 0px; position: relative; - top: -25px; - right: -25px; + top: -10px; + right: -10px; } diff --git a/edit/networking.k8s.io.ingress/RulePath.vue b/edit/networking.k8s.io.ingress/RulePath.vue index 64752695f8..b48eac770f 100644 --- a/edit/networking.k8s.io.ingress/RulePath.vue +++ b/edit/networking.k8s.io.ingress/RulePath.vue @@ -48,7 +48,7 @@ export default {
- diff --git a/shared/networking.k8s.io.ingress/Certificate.vue b/shared/networking.k8s.io.ingress/Certificate.vue index 0f070f89db..4bdc3a7bdf 100644 --- a/shared/networking.k8s.io.ingress/Certificate.vue +++ b/shared/networking.k8s.io.ingress/Certificate.vue @@ -78,14 +78,14 @@ export default {
-
+
-
-
@@ -96,8 +96,8 @@ export default { float:right; padding: 0px; position: relative; - top: -25px; - right: -25px; + top: -10px; + right: -10px; } .cert:not(:last-of-type) { padding-bottom: 10px; @@ -105,7 +105,7 @@ export default { border-bottom: 1px solid var(--border); } - button { + button.remove { line-height: 40px; }