mirror of https://github.com/rancher/dashboard.git
commit
642402672e
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue