Workaround the wrap

This commit is contained in:
Andrei Pohilko
2022-09-28 20:52:37 +01:00
parent 870a1196f0
commit bdd5b9b32e
2 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ function setCurrentContext(ctx) {
setHashParam("context", ctx)
$.ajaxSetup({
headers: {
'x-kubecontext': context
'x-kubecontext': ctx
}
});
}