Add select text on click

add (again?) select text on click
- device ID
- remote device ID
- API key
This commit is contained in:
Ben Schulz
2015-10-01 14:34:23 +02:00
parent 7e8b76e8ea
commit a8a73b60c4
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@
<div class="form-group">
<label translate>API Key</label>
<div class="well well-sm text-monospace">{{tmpGUI.apiKey || "-"}}</div>
<div class="well well-sm text-monospace" select-on-click>{{tmpGUI.apiKey || "-"}}</div>
<button type="button" class="btn btn-sm btn-default" ng-click="setAPIKey(tmpGUI)">
<span class="fa fa-repeat"></span>&nbsp;<span translate>Generate</span>
</button>