diff --git a/pkg/dashboard/static/actions.js b/pkg/dashboard/static/actions.js index d41561b..2ec801f 100644 --- a/pkg/dashboard/static/actions.js +++ b/pkg/dashboard/static/actions.js @@ -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) diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index cb1cc57..5e09361 100644 --- a/pkg/dashboard/static/index.html +++ b/pkg/dashboard/static/index.html @@ -374,6 +374,9 @@ +