mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-1172: Implement download of specific files via click.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<!-- Normal file -->
|
||||
<div class="normal-file" ng-show="isNormalFile(file)">
|
||||
<div class="caption">
|
||||
<div class="caption" ng-click="downloadFile(file)">
|
||||
<div class="icon"></div>
|
||||
{{file.name}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user