mirror of https://github.com/rancher/ui.git
Fix import button issue in PVC list page
This commit is contained in:
parent
4cae71ab94
commit
19bc6f7bc0
|
|
@ -1,5 +1,5 @@
|
||||||
{{#containers-header showGroup=false}}
|
{{#containers-header showGroup=false}}
|
||||||
<button {{action 'importYaml'}} class="btn btn-sm bg-default mr-10" disabled={{rbac-prevents resource="persistenvolumeclaim" scope="project" permission="create"}}>{{t 'nav.containers.importCompose'}}</button>
|
<button {{action 'importYaml'}} class="btn btn-sm bg-default mr-10" disabled={{rbac-prevents resource="persistentvolumeclaim" scope="project" permission="create"}}>{{t 'nav.containers.importCompose'}}</button>
|
||||||
{{#link-to "volumes.new" class="btn btn-sm bg-primary"}}{{t 'nav.containers.addVolume'}}{{/link-to}}
|
{{#link-to "volumes.new" class="btn btn-sm bg-primary"}}{{t 'nav.containers.addVolume'}}{{/link-to}}
|
||||||
{{/containers-header}}
|
{{/containers-header}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
canUpload=(not readOnly)
|
canUpload=(not readOnly)
|
||||||
showUpload=(not readOnly)
|
showUpload=(not readOnly)
|
||||||
}}
|
}}
|
||||||
|
{{copy-to-clipboard tooltipText="" buttonText="copyToClipboard.tooltip" clipboardText=model.yaml class="with-clip"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{top-errors errors=errors}}
|
{{top-errors errors=errors}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue