diff --git a/components/GatekeeperConfig.vue b/components/GatekeeperConfig.vue index b9dba7b6fd..f582670d23 100644 --- a/components/GatekeeperConfig.vue +++ b/components/GatekeeperConfig.vue @@ -188,7 +188,7 @@ export default { this.saving = true; await this.ensureNamespace(); await this.config.save(); - await this.config.waitForCondition('Deployed'); + await this.config.waitForState('active', 60000); this.gatekeeperEnabled = true; this.showYamlEditor = false; this.saving = false; diff --git a/components/PromptRemove.vue b/components/PromptRemove.vue index 55c7be974d..7701bec3d4 100644 --- a/components/PromptRemove.vue +++ b/components/PromptRemove.vue @@ -83,7 +83,9 @@ export default { :height="260" > -

Are you sure?

+

+ Are you sure? +

You are attempting to remove the {{ type }}