Display forced namespace in UI

This commit is contained in:
Andrei Pohilko
2022-11-06 16:16:36 +00:00
parent 671fa949df
commit f897c0f197
5 changed files with 21 additions and 15 deletions

View File

@@ -29,6 +29,7 @@ $(function () {
reportError("Failed to get tool version", xhr)
}).done(function (data) {
fillToolVersion(data)
$("#limitNamespace").show().find("span").text(data.LimitedToNamespace)
})
})