mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Don't take Helm's default namespace into account
This commit is contained in:
@@ -29,7 +29,9 @@ $(function () {
|
||||
reportError("Failed to get tool version", xhr)
|
||||
}).done(function (data) {
|
||||
fillToolVersion(data)
|
||||
$("#limitNamespace").show().find("span").text(data.LimitedToNamespace)
|
||||
if (data.LimitedToNamespace) {
|
||||
$("#limitNamespace").show().find("span").text(data.LimitedToNamespace)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user