forked from apolloconfig/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apolloconfig#539 from lepdou/modify_app_info
optimize namespace more operation button UI
- Loading branch information
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,7 +282,7 @@ <h4 class="text-center" ng-show="viewMode == 2"> | |
'</b> 个实例正在使用Namespace(' + deleteNamespaceContext.namespace.baseInfo.namespaceName + | ||
'),删除Namespace将导致实例获取不到配置。<br> | ||
请到 <ins>“实例列表”</ins> 确认实例信息,如已确认删除Namespace将不会导致实例异常, | ||
请发送邮件至<ins> <a href=\'mailto:[email protected]\'>Apollo团队([email protected])</a></ins> 删除Namespace。'" | ||
请联系Apollo相关负责人删除Namespace'" | ||
apollo-confirm="continueDeleteNamespace"> | ||
</apolloconfirmdialog> | ||
|
||
|
@@ -292,7 +292,7 @@ <h4 class="text-center" ng-show="viewMode == 2"> | |
+ '</b> 个实例正在使用Namespace(' + deleteNamespaceContext.namespace.baseInfo.namespaceName + | ||
')灰度版本的配置,删除Namespace将导致实例获取不到配置。<br> | ||
请到 <ins>“灰度版本” => “实例列表”</ins> 确认实例信息,如已确认删除Namespace将不会导致实例异常, | ||
请发送邮件至<ins> <a href=\'mailto:[email protected]\'>Apollo团队([email protected])</a></ins> 删除Namespace。'" | ||
请联系Apollo相关负责人删除Namespace'" | ||
apollo-confirm="continueDeleteNamespace"> | ||
</apolloconfirmdialog> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -790,7 +790,3 @@ table th { | |
background: #fff; | ||
} | ||
|
||
.dropdown:hover .dropdown-menu { | ||
display: block; | ||
margin-top: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters