diff --git a/app/volumes/index/template.hbs b/app/volumes/index/template.hbs
index a2f1d5894..ec13e4f3b 100644
--- a/app/volumes/index/template.hbs
+++ b/app/volumes/index/template.hbs
@@ -1,5 +1,5 @@
{{#containers-header showGroup=false}}
-
+
{{#link-to "volumes.new" class="btn btn-sm bg-primary"}}{{t 'nav.containers.addVolume'}}{{/link-to}}
{{/containers-header}}
diff --git a/lib/shared/addon/components/modal-yaml/template.hbs b/lib/shared/addon/components/modal-yaml/template.hbs
index cb8b7e03b..7bb45504d 100644
--- a/lib/shared/addon/components/modal-yaml/template.hbs
+++ b/lib/shared/addon/components/modal-yaml/template.hbs
@@ -9,6 +9,7 @@
canUpload=(not readOnly)
showUpload=(not readOnly)
}}
+ {{copy-to-clipboard tooltipText="" buttonText="copyToClipboard.tooltip" clipboardText=model.yaml class="with-clip"}}
{{top-errors errors=errors}}