From cf9ca47fcc0cbfaa8b188ac831413d7b3b7e166b Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 31 Dec 2022 18:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E7=BE=A4/=E8=8A=82=E7=82=B9=E9=98=88?= =?UTF-8?q?=E5=80=BC=E5=88=87=E6=8D=A2=E7=9B=91=E6=8E=A7=E9=A1=B9=E6=97=B6?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E5=88=87=E6=8D=A2=E5=8F=82=E6=95=B0=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clusters/cluster/node/settings/thresholds/index.html | 2 +- .../clusters/cluster/settings/thresholds/createPopup.js | 1 + .../@default/clusters/cluster/settings/thresholds/index.html | 2 +- .../clusters/cluster/settings/thresholds/updatePopup.js | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/views/@default/clusters/cluster/node/settings/thresholds/index.html b/web/views/@default/clusters/cluster/node/settings/thresholds/index.html index 0c3fd3ef..29a32290 100644 --- a/web/views/@default/clusters/cluster/node/settings/thresholds/index.html +++ b/web/views/@default/clusters/cluster/node/settings/thresholds/index.html @@ -6,7 +6,7 @@
- 添加阈值 + [添加阈值]
diff --git a/web/views/@default/clusters/cluster/settings/thresholds/createPopup.js b/web/views/@default/clusters/cluster/settings/thresholds/createPopup.js index 4268c0bf..ddc6f974 100644 --- a/web/views/@default/clusters/cluster/settings/thresholds/createPopup.js +++ b/web/views/@default/clusters/cluster/settings/thresholds/createPopup.js @@ -21,6 +21,7 @@ Tea.context(function () { that.itemDescription = v.description that.itemParams = v.params that.threshold.param = v.params[0].code + that.paramDescription = v.params[0].description } }) } diff --git a/web/views/@default/clusters/cluster/settings/thresholds/index.html b/web/views/@default/clusters/cluster/settings/thresholds/index.html index 02ebf659..9f8361f0 100644 --- a/web/views/@default/clusters/cluster/settings/thresholds/index.html +++ b/web/views/@default/clusters/cluster/settings/thresholds/index.html @@ -4,7 +4,7 @@
- 添加阈值 + [添加阈值]

暂时还没有设置阈值。

diff --git a/web/views/@default/clusters/cluster/settings/thresholds/updatePopup.js b/web/views/@default/clusters/cluster/settings/thresholds/updatePopup.js index 0683221b..b1e023a4 100644 --- a/web/views/@default/clusters/cluster/settings/thresholds/updatePopup.js +++ b/web/views/@default/clusters/cluster/settings/thresholds/updatePopup.js @@ -26,6 +26,7 @@ Tea.context(function () { that.itemDescription = v.description that.itemParams = v.params that.threshold.param = v.params[0].code + that.paramDescription = v.params[0].description } }) }