mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1172: Provide root-level breadcrumb.
This commit is contained in:
@@ -175,8 +175,11 @@
|
||||
</div>
|
||||
|
||||
<!-- Breadcrumbs -->
|
||||
<div class="header breadcrumbs" ng-show="getPath(filesystemMenuContents.currentDirectory).length">
|
||||
<div class="breadcrumb" ng-repeat="file in getPath(filesystemMenuContents.currentDirectory)"
|
||||
<div class="header breadcrumbs"><div
|
||||
class="breadcrumb root"
|
||||
ng-click="changeDirectory(filesystemMenuContents, filesystemMenuContents.root)"></div><div
|
||||
class="breadcrumb"
|
||||
ng-repeat="file in getPath(filesystemMenuContents.currentDirectory)"
|
||||
ng-click="changeDirectory(filesystemMenuContents, file)">{{file.name}}</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user