Last change
on this file since 13371 was
12514,
checked in by dglaser, 9 years ago
|
#2394:
HeuristicLab.Services.WebApp-3.3:
- implemented review comments
- fixed a bug which caused the sidebar menu to collapse on non mobile devices
HeuristicLab.Services.WebApp.Status-3.3:
- fixed calculation of calculating cores
|
File size:
598 bytes
|
Rev | Line | |
---|
[12428] | 1 | <li ng-repeat="section in entries" ng-class="{'category':section.isCategory === true, 'active': isActive(section.route)}">
|
---|
[12514] | 2 | <a ng-href="{{section.route}}" ng-if="!section.isCategory">
|
---|
[12428] | 3 | <span ng-if="section.icon != ''" ng-class="section.icon" style="padding-right: 10px;"></span>
|
---|
| 4 | <span>{{section.name}}</span>
|
---|
| 5 | </a>
|
---|
| 6 | <span ng-if="section.isCategory">{{section.name}}</span>
|
---|
| 7 | <ul ng-init="entries = section.entries;"
|
---|
| 8 | ng-include="'App/LoadSharedView?directory=menu&view=menu.cshtml&dateTime=@DateTime.Now'"
|
---|
| 9 | class="nav nav-sub-sidebar"></ul>
|
---|
| 10 | </li> |
---|
Note: See
TracBrowser
for help on using the repository browser.