dashboard: Add MSE Sentinel guide in page nav-bar

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
Eric Zhao 2023-02-28 14:10:18 +08:00 committed by LearningGp
parent 77ab2fd9c0
commit 4bd333f1de
1 changed files with 4 additions and 0 deletions

View File

@ -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>