Commit 0f00ee16 authored by Filipa Lacerda's avatar Filipa Lacerda

Add "to clipboard" to the copy text in the clipboard button

parent 233cf070
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
<span class="input-group-btn"> <span class="input-group-btn">
<clipboard-button <clipboard-button
:text="ingressExternalIp" :text="ingressExternalIp"
:title="s__('ClusterIntegration|Copy Ingress IP Address')" :title="s__('ClusterIntegration|Copy Ingress IP Address to clipboard')"
css-class="btn btn-default js-clipboard-btn" css-class="btn btn-default js-clipboard-btn"
/> />
</span> </span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment