Skip to content

Commit

Permalink
Update config.html (#2726)
Browse files Browse the repository at this point in the history
修改应用appid显示为部门的问题
  • Loading branch information
baiyun1102 authored and nobodyiam committed Nov 9, 2019
1 parent 77833c0 commit c9eae54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo-portal/src/main/resources/static/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<table class="project-info">
<tbody class="text-left">
<tr>
<th>{{'Common.Department' | translate }}:</th>
<th>{{'Common.AppId' | translate }}:</th>
<td ng-bind="appBaseInfo.appId"></td>
</tr>
<tr>
Expand Down Expand Up @@ -428,4 +428,4 @@ <h4 class="modal-title">{{'Config.CreateBranchTips.DialogTitle' | translate}}</h
<script src="scripts/valdr.js" type="text/javascript"></script>
</body>

</html>
</html>

0 comments on commit c9eae54

Please sign in to comment.