diff --git a/web/public/js/components/common/labels.js b/web/public/js/components/common/labels.js index eb693078..1e72841a 100644 --- a/web/public/js/components/common/labels.js +++ b/web/public/js/components/common/labels.js @@ -26,5 +26,5 @@ Vue.component("micro-basic-label", { // 灰色的Label Vue.component("grey-label", { - template: `` + template: `` }) diff --git a/web/views/@default/@layout.html b/web/views/@default/@layout.html index d8b877b4..d74b146e 100644 --- a/web/views/@default/@layout.html +++ b/web/views/@default/@layout.html @@ -63,7 +63,7 @@ - + diff --git a/web/views/@default/dashboard/boards/index.html b/web/views/@default/dashboard/boards/index.html index 3e95ed3c..40aa977e 100644 --- a/web/views/@default/dashboard/boards/index.html +++ b/web/views/@default/dashboard/boards/index.html @@ -16,6 +16,12 @@ 还没有在集群中添加节点,现在去添加?添加节点后才可部署网站服务。 + +
+ + 续费提醒:商业版服务即将在 {{plusExpireDay}} 过期,请及时续费。 +
+
@@ -41,7 +47,7 @@
- 升级提醒:有 {{authorityNodeUpgradeInfo.count}} 个企业版认证节点需要升级到 v{{authorityNodeUpgradeInfo.version}} 版本 + 升级提醒:有 {{authorityNodeUpgradeInfo.count}} 个商业版认证节点需要升级到 v{{authorityNodeUpgradeInfo.version}} 版本
diff --git a/web/views/@default/dashboard/boards/index.js b/web/views/@default/dashboard/boards/index.js index 481d6826..15acb614 100644 --- a/web/views/@default/dashboard/boards/index.js +++ b/web/views/@default/dashboard/boards/index.js @@ -2,6 +2,7 @@ Tea.context(function () { this.isLoading = true this.trafficTab = "hourly" this.metricCharts = [] + this.plusExpireDay = "" this.$delay(function () { this.$post("$") diff --git a/web/views/@default/settings/authority/index.html b/web/views/@default/settings/authority/index.html index 34fa25fe..ffa442ef 100644 --- a/web/views/@default/settings/authority/index.html +++ b/web/views/@default/settings/authority/index.html @@ -1,7 +1,7 @@ {$layout} {$template "menu"} -认证之后,可以使用企业版功能,当前你还没有认证,[在这里看认证方法] +认证之后,可以使用商业版功能,当前你还没有认证,[在这里看认证方法]
@@ -9,7 +9,7 @@
- 恭喜您已经成为尊贵的企业版用户。 + 恭喜您已经成为尊贵的商业版用户。