Fix: maestro header - home button link to main_menu.html
This commit is contained in:
@@ -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;">
|
||||
초코마에
|
||||
마에스트로 [관리 화면 홈]
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +70,7 @@ function deleteMaestroAllRecords() {
|
||||
<span class="oi oi-browser" title="icon browser" aria-hidden="true"></span>
|
||||
앱 실행
|
||||
</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 -->
|
||||
|
||||
Reference in New Issue
Block a user