More URL fixes

This commit is contained in:
Garry Newman
2016-02-28 16:53:35 +00:00
parent a4bf7f0bd4
commit a5a5e107fe
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
</head>
<body ng-cloak layout="row" ng-controller="RconController">
<div ng-include="'/html/connect.html'" ng-show="!Connected" flex layout="row">
<div ng-include="'html/connect.html'" ng-show="!Connected" flex layout="row">
</div>
@@ -34,7 +34,7 @@
<md-toolbar layout="row">
<div class="md-toolbar-tools">
<md-button class="md-icon-button hide-gt-sm" aria-label="Settings" ng-click="OpenLeftMenu()">
<md-icon md-menu-origin md-svg-icon="/image/menu.svg"></md-icon>
<md-icon md-menu-origin md-svg-icon="image/menu.svg"></md-icon>
</md-button>
<div layout-row flex><h3 class="md-toolbar-item md-breadcrumb md-headline">Connected Server Name</h3></div>
</div>