From f4f268d9b70a499e5268bf47858fa4454ece47eb Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 16 Sep 2021 09:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E6=8F=90=E9=86=92=E5=95=86?= =?UTF-8?q?=E4=B8=9A=E7=89=88=E8=BF=87=E6=9C=9F=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/common/labels.js | 2 +- web/views/@default/@layout.html | 2 +- web/views/@default/dashboard/boards/index.html | 8 +++++++- web/views/@default/dashboard/boards/index.js | 1 + web/views/@default/settings/authority/index.html | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) 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 @@
- 恭喜您已经成为尊贵的企业版用户。 + 恭喜您已经成为尊贵的商业版用户。