mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-807 Clipboard is working.
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
|
||||
<h3>{{'client.clipboard' | translate}}</h3>
|
||||
<div class="content" id="clipboard-settings">
|
||||
<p class="description"></p>
|
||||
<textarea rows="10" cols="40" id="clipboard">{{'client.copiedText' | translate}}</textarea>
|
||||
<p class="description">{{'client.copiedText' | translate}}</p>
|
||||
<textarea ng-model="clipboardData" rows="10" cols="40" id="clipboard"></textarea>
|
||||
</div>
|
||||
|
||||
<h3></h3>
|
||||
|
Reference in New Issue
Block a user