diff options
| author | Iftekharul Islam <iffy.ryan@ibm.com> | 2017-08-25 10:29:57 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 14:33:10 -0500 |
| commit | 08054415f4e4ca8b8b54dbe26edf2f2ae9bf9240 (patch) | |
| tree | d8bb9b6e8fae1141fbaadea1e4c64fe69d43def1 /app/common/directives/app-navigation.html | |
| parent | 595743ae95381ab14ded057ddcdef5cad14c6d9c (diff) | |
| download | phosphor-webui-08054415f4e4ca8b8b54dbe26edf2f2ae9bf9240.tar.gz phosphor-webui-08054415f4e4ca8b8b54dbe26edf2f2ae9bf9240.zip | |
Adding multi-server empty template
Change-Id: I1ecbe00160d802c5dce2496614717e255d3fe055
Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>
Diffstat (limited to 'app/common/directives/app-navigation.html')
| -rw-r--r-- | app/common/directives/app-navigation.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html index 02cd11f..6f630b6 100644 --- a/app/common/directives/app-navigation.html +++ b/app/common/directives/app-navigation.html @@ -64,6 +64,15 @@ <span>Users</span> </span> </li> + <li> + <a class="btn-multi-server" ng-class="{opened: firstLevel == 'multi-server'}" href="#/multi-server/overview" ng-click="change('multi-server')"> + <span class=""> + <svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve" class="nav-icon"> + <path d="M23.9,18.2l3.3,3.3l1.1-1.1L23.9,16l-7.8,7.8l-3.3-3.3l-1.1,1.1l4.4,4.4L23.9,18.2z"/> + <path d="M5,8v24h30V8H5z M33,30H7V12h26V30z"/> + </svg> + Multi Server</span></a> + </li> </ul> <ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-health')}"> <li ng-class="{'active': (path == '/server-health/event-log')}"> |

