Skip to content

Commit

Permalink
Changing name of tool to Page Manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
longdogz committed Nov 29, 2016
1 parent 1a5fdc8 commit 1b6e6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ui/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1></h1>
<a href class="tabName dropdown-toggle toolsChoice" dropdown-toggle>Tools</a>
<ul class="dropdown-menu" role="menu">
<li class="toolsMenuChoices">
<a href="#/pages/">Page Management</a>
<a href="#/pages/">Page Manager</a>
</li>
<li class="toolsMenuChoices">
<a href="#/logs/">Logs</a>
Expand Down
2 changes: 1 addition & 1 deletion modules/ui/app/views/PageManagementTable.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div ng-controller="PageManagementCtrl">
<div class="toolbar">
Page Management <span class="info newHelp" help help-content="{{help.pageManagement}}"></span>
Page Manager <span class="info newHelp" help help-content="{{help.pageManagement}}"></span>
<div>
<select id="applicationNameChoice" ng-model="data.applicationName" ng-options="applicationName for applicationName in appNames" ng-change="changePage()" ng-if="appNames.length > 1">
<option value="">Select an Application</option>
Expand Down

0 comments on commit 1b6e6c6

Please sign in to comment.