|
|
@ -39,7 +39,7 @@
|
|
|
|
@buildSuggestion={{action "createNewLabel" "Use a Consul Namespace called '{{term}}'"}}
|
|
|
|
@buildSuggestion={{action "createNewLabel" "Use a Consul Namespace called '{{term}}'"}}
|
|
|
|
@showCreateWhen={{action "isUnique" nspaces}}
|
|
|
|
@showCreateWhen={{action "isUnique" nspaces}}
|
|
|
|
@onCreate={{action onchange "SourceNS"}}
|
|
|
|
@onCreate={{action onchange "SourceNS"}}
|
|
|
|
@onChange={{action onchange "SourceNS"}} as |nspace|>
|
|
|
|
@onChange={{fn (mut this.SourceNS)}} as |nspace|>
|
|
|
|
{{#if (eq nspace.Name '*') }}
|
|
|
|
{{#if (eq nspace.Name '*') }}
|
|
|
|
* (All Namespaces)
|
|
|
|
* (All Namespaces)
|
|
|
|
{{else}}
|
|
|
|
{{else}}
|
|
|
@ -88,7 +88,7 @@
|
|
|
|
@buildSuggestion={{action "createNewLabel" "Use a future Consul Namespace called '{{term}}'"}}
|
|
|
|
@buildSuggestion={{action "createNewLabel" "Use a future Consul Namespace called '{{term}}'"}}
|
|
|
|
@showCreateWhen={{action "isUnique" nspaces}}
|
|
|
|
@showCreateWhen={{action "isUnique" nspaces}}
|
|
|
|
@onCreate={{action onchange "DestinationNS"}}
|
|
|
|
@onCreate={{action onchange "DestinationNS"}}
|
|
|
|
@onChange={{action onchange "DestinationNS"}} as |nspace|>
|
|
|
|
@onChange={{fn (mut this.DestinationNS)}} as |nspace|>
|
|
|
|
{{#if (eq nspace.Name '*') }}
|
|
|
|
{{#if (eq nspace.Name '*') }}
|
|
|
|
* (All Namespaces)
|
|
|
|
* (All Namespaces)
|
|
|
|
{{else}}
|
|
|
|
{{else}}
|
|
|
|