2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Fix broken copy (#3314)

* update clipboard version

* attach clipboard to about model

* make definition simpler

* make version text copyable
This commit is contained in:
Matthias Mair
2022-07-09 04:49:53 +02:00
committed by GitHub
parent 4b0b76ecc5
commit e314e879da
3 changed files with 7 additions and 5 deletions

View File

@ -81,7 +81,7 @@
<td>
<span style="display: none;" id="about-copy-text">{% include "version.html" %}</span>
<span class="float-right">
<button class="btn clip-btn-version" type="button" data-bs-toggle='tooltip' title='{% trans "copy to clipboard" %}'><em class="fas fa-copy"></em> {% trans "copy version information" %}</button>
<button class="btn clip-btn" type="button" data-bs-toggle='tooltip' title='{% trans "copy to clipboard" %}'><em class="fas fa-copy"></em> {% trans "copy version information" %}</button>
</span>
</td>
</tr>