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