Github user jmuehlner commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/46#discussion_r73237046
--- Diff: guacamole/src/main/webapp/app/navigation/templates/guacMenu.html
---
@@ -0,0 +1,7 @@
+<div class="menu-dropdown" ng-class="{open: menuShown}"
ng-click="toggleMenu()">
+ <div class="menu-title">{{menuTitle}}</div>
+ <div class="menu-indicator"></div>
+
+ <!-- Menu options -->
+ <div class="options" ng-transclude></div>
--- End diff --
Why is this called options? It's basically just the content of whatever you
want to throw in there, right?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---