copied tooltip position chaged to left from bottom
This commit is contained in:
parent
de481e8114
commit
a55170dcf2
2 changed files with 3 additions and 3 deletions
|
@ -657,7 +657,7 @@ msgstr "Ihre virtuelle Maschine beenden"
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Are you sure do you want to cancel your Virtual Machine "
|
#| msgid "Are you sure do you want to cancel your Virtual Machine "
|
||||||
msgid "Do you want to cancel your Virtual Machine"
|
msgid "Do you want to cancel your Virtual Machine"
|
||||||
msgstr "Sind Sie sicher, dass Sie ihre virtuelle Maschine beenden wollen "
|
msgstr "Sind Sie sicher, dass Sie ihre virtuelle Maschine beenden wollen"
|
||||||
|
|
||||||
#: .\hosting\templates\hosting\virtual_machine_detail.html:103
|
#: .\hosting\templates\hosting\virtual_machine_detail.html:103
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
|
|
|
@ -21,14 +21,14 @@
|
||||||
<p>
|
<p>
|
||||||
<span>IPv4:</span>
|
<span>IPv4:</span>
|
||||||
<span class="value">{{virtual_machine.ipv4}}</span>
|
<span class="value">{{virtual_machine.ipv4}}</span>
|
||||||
<button data-clipboard-text="{{virtual_machine.ipv4}}" class="to_copy btn btn-link" data-toggle="tooltip" data-placement="bottom" title="{% trans 'Copied' %}" data-trigger="click">
|
<button data-clipboard-text="{{virtual_machine.ipv4}}" class="to_copy btn btn-link" data-toggle="tooltip" data-placement="left" title="{% trans 'Copied' %}" data-trigger="click">
|
||||||
<img class="un-icon" src="{% static 'hosting/img/copy.svg' %}">
|
<img class="un-icon" src="{% static 'hosting/img/copy.svg' %}">
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span>IPv6:</span>
|
<span>IPv6:</span>
|
||||||
<span class="value value-sm-block">{{virtual_machine.ipv6}}</span>
|
<span class="value value-sm-block">{{virtual_machine.ipv6}}</span>
|
||||||
<button data-clipboard-text="{{virtual_machine.ipv6}}" class="to_copy btn btn-link" data-toggle="tooltip" data-placement="bottom" title="{% trans 'Copied' %}" data-trigger="click">
|
<button data-clipboard-text="{{virtual_machine.ipv6}}" class="to_copy btn btn-link" data-toggle="tooltip" data-placement="left" title="{% trans 'Copied' %}" data-trigger="click">
|
||||||
<img class="un-icon" src="{% static 'hosting/img/copy.svg' %}">
|
<img class="un-icon" src="{% static 'hosting/img/copy.svg' %}">
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue