From 0c486e76c047f76b17c814b2966928e38bff69b5 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Thu, 27 Oct 2022 15:30:52 +0100 Subject: [PATCH] Change new version alert display --- pkg/dashboard/static/index.html | 16 +++++----------- pkg/dashboard/static/scripts.js | 1 - 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index e6e9061..5e1bfd6 100644 --- a/pkg/dashboard/static/index.html +++ b/pkg/dashboard/static/index.html @@ -53,12 +53,9 @@ - +
diff --git a/pkg/dashboard/static/scripts.js b/pkg/dashboard/static/scripts.js index 07a463b..373a096 100644 --- a/pkg/dashboard/static/scripts.js +++ b/pkg/dashboard/static/scripts.js @@ -220,7 +220,6 @@ function fillToolVersion(data) { $("#toolVersion").text(data.CurVer) if (isNewerVersion(data.CurVer, data.LatestVer)) { $("#toolVersionUpgrade").text(data.LatestVer) - $(".new-version-pill").show() $(".upgrade-possible").show() } } \ No newline at end of file