Merge pull request #397 from westlywright/opa.feedback

Opa Feedback
This commit is contained in:
Vincent Fiduccia 2020-03-19 01:19:11 -07:00 committed by GitHub
commit 642402672e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -83,7 +83,9 @@ export default {
:height="260"
>
<Card :style="{border:'none'}">
<h4 slot="title" class="text-default-text">Are you sure?</h4>
<h4 slot="title" class="text-default-text">
Are you sure?
</h4>
<div slot="body">
<div class="mb-10">
You are attempting to remove the {{ type }} <template v-for="(resource, i) in names">