mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 03:38:04 +00:00
Hide upgrade menu item by default
This commit is contained in:
@@ -218,5 +218,6 @@ function fillToolVersion(data) {
|
||||
if (isNewerVersion(data.CurVer, data.LatestVer)) {
|
||||
$("#toolVersionUpgrade").text(data.LatestVer)
|
||||
$(".new-version-pill").show()
|
||||
$(".upgrade-possible").show()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user