Browse Source

Merge pull request #283 from lepdou/bugfix

fix sync button href
张乐 8 years ago
parent
commit
2e6b72715a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apollo-portal/src/main/resources/static/config.html

+ 1 - 1
apollo-portal/src/main/resources/static/config.html

@@ -146,7 +146,7 @@
                                     授权
                                 </a>
                                 <a type="button" class="btn btn-default btn-sm J_tableview_btn"
-                                   href="/namespace/role.html?#/appid={{pageContext.appId}}&namespaceName={{namespace.namespace.namespaceName}}"
+                                   href="config/sync.html?#/appid={{pageContext.appId}}&env={{pageContext.env}}&clusterName={{pageContext.clusterName}}&namespaceName={{namespace.namespace.namespaceName}}"
                                    ng-show="hasAssignUserPermission">
                                     <img src="img/sync.png">
                                     同步配置