Skip to content

Commit

Permalink
dashboard: Add MSE Sentinel guide in page nav-bar
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Zhao <[email protected]>
  • Loading branch information
sczyh30 committed Feb 28, 2023
1 parent f10aedd commit 06c0a13
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<span style="color: #fff;font-size: 26px;" ng-model="dashboardVersion">Sentinel 控制台 {{dashboardVersion}}</span>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://www.aliyun.com/product/aliware/mse?spm=sentinel-dashboard.topbar.0.0.0" target="_blank"
style="margin: 3px 15px 0 0;"><span class="glyphicon glyphicon-cloud"></span>&nbsp;Sentinel 企业版</a>
</li>
<li ng-show="showLogout">
<a href="javascript:void(0);" ng-click="logout()"
style="margin: 3px 15px 0 0;"><span class="glyphicon glyphicon-log-out"></span>&nbsp;注销</a>
Expand Down

0 comments on commit 06c0a13

Please sign in to comment.