From 1b6dc4159aadbcfd35c4a8c0eaf1e60707160aad Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Thu, 29 Sep 2022 09:01:05 +0100 Subject: [PATCH] Release 0.0.6 --- pkg/dashboard/static/details-view.js | 2 +- pkg/dashboard/static/index.html | 6 ++++-- plugin.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg/dashboard/static/details-view.js b/pkg/dashboard/static/details-view.js index b1556fc..dc81b38 100644 --- a/pkg/dashboard/static/details-view.js +++ b/pkg/dashboard/static/details-view.js @@ -4,7 +4,6 @@ function revisionClicked(namespace, name, self) { revRow.find(".active").removeClass(active).addClass(inactive) self.removeClass(inactive).addClass(active) const elm = self.data("elm") - console.log(elm) setHashParam("revision", elm.revision) $("#sectionDetails span.rev").text("#"+elm.revision) statusStyle(elm.status, $("#none"), $("#sectionDetails .rev-details .rev-status")) @@ -13,6 +12,7 @@ function revisionClicked(namespace, name, self) { $("#sectionDetails .rev-tags .rev-chart").text(elm.chart) $("#sectionDetails .rev-tags .rev-app").text(elm.app_version) $("#sectionDetails .rev-tags .rev-ns").text(getHashParam("namespace")) + $("#sectionDetails .rev-tags .rev-cluster").text(getHashParam("context")) $("#revDescr").text(elm.description).removeClass("text-danger") if (elm.status === "failed") { diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index 9e648e8..b71faf7 100644 --- a/pkg/dashboard/static/index.html +++ b/pkg/dashboard/static/index.html @@ -129,10 +129,12 @@
Revision - Upgraded on +
+ cluster: namespace: chart version:
-