diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2019-09-19 14:12:16 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-09-24 14:16:14 +0000 |
| commit | 418db63c77aad03fe3401c7acd9f9792fab96a68 (patch) | |
| tree | 79f995939cf688fe3d45c9b9b48931d7ca0afea8 /app/common | |
| parent | 5ccf9e36c1da9b6396288c3cfe8d32dddfbb1a10 (diff) | |
| download | phosphor-webui-418db63c77aad03fe3401c7acd9f9792fab96a68.tar.gz phosphor-webui-418db63c77aad03fe3401c7acd9f9792fab96a68.zip | |
Move Virtual Media files and route
"Virtual media" was already part of the "Server control" submenu but
the files were at app/configuration and the route was /configuration.
Marta Mazur did a similar file and route move here as part of
supporting multiple Virtual Media endpoints:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/25218
Tested: Built and loaded on a Witherspoon. The VM route is now:
#/server-control/virtual-media. Was able to use the VM
panel.
Change-Id: Iec46a8ece7ddfbc356bc1e71875def70c4418027
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common')
| -rw-r--r-- | app/common/directives/app-navigation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html index 329381c..82a4a70 100644 --- a/app/common/directives/app-navigation.html +++ b/app/common/directives/app-navigation.html @@ -66,8 +66,8 @@ <a href="#/server-control/kvm" ng-click="closeSubnav()" tabindex="{{(showSubMenu && firstLevel == 'server-control') ? 0 : -1}}">KVM</a> </li> - <li ng-class="{'active': (path == '/configuration' || path == '/configuration/virtual-media')}"> - <a href="#/configuration/virtual-media" ng-click="closeSubnav()" + <li ng-class="{'active': (path == '/server-control/virtual-media')}"> + <a href="#/server-control/virtual-media" ng-click="closeSubnav()" tabindex="{{(showSubMenu && firstLevel == 'server-control') ? 0 : -1}}">Virtual Media</a> </li> </ul> |

