Fix: maestro header - home button link to main_menu.html

This commit is contained in:
2019-03-20 08:52:47 +09:00
parent 1c734a2871
commit ca7f4e5e3d
+4 -3
View File
@@ -57,9 +57,10 @@ function deleteMaestroAllRecords() {
<div class="container">
<div class="navbar-header text-white">
<a class="btn btn-warning btn-lg" href="javascript:void(0);" onClick="logout()">
<!-- <a class="btn btn-warning btn-lg" href="javascript:void(0);" onClick="logout()"> -->
<a class="btn btn-warning btn-lg" href="../maestro/main_menu.html">
<img src="./../../../resources/image/icon/icon_chocomae.png" style="position: relative; bottom: 2px; width: 24px; height: auto;">
&nbsp;초코마에
&nbsp;마에스트로 [관리 화면 홈]
</a>
</div>
@@ -69,7 +70,7 @@ function deleteMaestroAllRecords() {
<span class="oi oi-browser" title="icon browser" aria-hidden="true"></span>
&nbsp;앱 실행
</a>
<a class="btn btn-primary btn-lg" href="javascript:void(0);" onClick="logout()">마에스트로 로그아웃</a>
<a class="btn btn-primary btn-lg" href="javascript:void(0);" onClick="logout()"><span class="oi oi-account-logout" title="icon logout" aria-hidden="true"></span> 마에스트로 로그아웃</a>
</div>
</div> <!-- container -->