mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Change new version alert display
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user