use relative paths to work through kubectl proxy

This commit is contained in:
Henning Jacobs
2016-12-16 23:41:58 +01:00
parent 3997b5b90f
commit ca9184d35a
3 changed files with 20 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ function update(clusters) {
}
function fetchData() {
fetch('/kubernetes-clusters')
fetch('kubernetes-clusters')
.then(function(response) {
return response.json()
})