mirror of https://github.com/rancher/ui.git
12 lines
297 B
Handlebars
12 lines
297 B
Handlebars
{{container-shell
|
|
url=url
|
|
showProtip=false
|
|
displayName=scope.currentCluster.displayName
|
|
dismiss=(action "cancel")
|
|
disconncted=(action "cancel")
|
|
}}
|
|
|
|
<div class="footer-actions">
|
|
<button class="btn bg-primary" type="button" {{action "cancel"}}>{{t 'generic.closeModal'}}</button>
|
|
</div>
|