mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 14:28:04 +00:00
Add current cluster info to Install and Upgrade popup (#58)
Fixes #44 Co-authored-by: Harshit Mehta <harshitm@nvidia.com>
This commit is contained in:
@@ -59,6 +59,8 @@ function popUpUpgrade(elm, ns, name, verCur, lastRev) {
|
||||
|
||||
$("#upgradeModalLabel .name").text(elm.name)
|
||||
|
||||
$("#upgradeModal .rel-cluster").text(getHashParam("context"))
|
||||
|
||||
if (verCur) {
|
||||
$("#upgradeModal .ver-old").show().find("span").text(verCur)
|
||||
$("#upgradeModal .rel-name").prop("disabled", true).val(name)
|
||||
|
||||
Reference in New Issue
Block a user