diff --git a/apollo-portal/src/main/resources/static/app.html b/apollo-portal/src/main/resources/static/app.html index e5ab751696e3b3ff9a2b236fc90834d9de2ee756..131e1b230c1458dd9aa462cdf29c71dd7d8419ca 100644 --- a/apollo-portal/src/main/resources/static/app.html +++ b/apollo-portal/src/main/resources/static/app.html @@ -62,6 +62,7 @@ 应用负责人
+
(负责人具有项目管理的最高权限,比如分配配置的修改权,发布权等)
diff --git a/apollo-portal/src/main/resources/static/cluster.html b/apollo-portal/src/main/resources/static/cluster.html index 4d6944bd74dfc59768b765477c33bf66dd4c47eb..4d311d47be61876198a1709195bf7b8e15dd798e 100644 --- a/apollo-portal/src/main/resources/static/cluster.html +++ b/apollo-portal/src/main/resources/static/cluster.html @@ -34,6 +34,19 @@
+ + +
diff --git a/apollo-portal/src/main/resources/static/config/sync.html b/apollo-portal/src/main/resources/static/config/sync.html index b8b884774a0d86f806d38dc7651bd3c92c115e45..c6358e0302ab1cb31d7fbc43a2ee2bd88b5672d0 100644 --- a/apollo-portal/src/main/resources/static/config/sync.html +++ b/apollo-portal/src/main/resources/static/config/sync.html @@ -43,6 +43,13 @@
+
+ Tips: +
    +
  • 通过同步配置功能,可以使多个环境、集群间的配置保持一致
  • +
  • 需要注意的是,同步完之后需要发布后才会对应用生效
  • +
+
diff --git a/apollo-portal/src/main/resources/static/namespace.html b/apollo-portal/src/main/resources/static/namespace.html index fec62e95cfa06e3d0f73beb75fc2886ce8987823..d1509d05970161d31707e07c40e2c95e9421b317 100644 --- a/apollo-portal/src/main/resources/static/namespace.html +++ b/apollo-portal/src/main/resources/static/namespace.html @@ -34,6 +34,25 @@
+ +
+ Tips: +
    +
  • + 通过创建一个公共的namespace可以实现公共组件的配置,或多个应用共享同一份配置的需求 +
  • +
  • 创建完公共的namespace且关联到当前应用后,就可以配置公共部分的配置了
  • +
  • 如果其它应用需要覆盖公共部分的配置,可以在其它应用那里关联公共的namespace,然后在关联的namespace里面配置需要覆盖的配置即可
  • +
  • 如果其它应用不需要覆盖公共部分的配置,那么就不需要在其它应用那里关联公共的namespace
  • +
+
+
@@ -122,7 +142,8 @@