Switch to proxy subresource

This commit is contained in:
Jordan Liggitt
2017-03-09 13:12:17 -05:00
parent d8100c6c30
commit 5ff30086e4
5 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ limitations under the License.
var base = "/api/v1/";
var updateImage = function($http, server) {
$http.get(base + "proxy/namespaces/default/pods/" + server.podName + "/data.json")
$http.get(base + "namespaces/default/pods/" + server.podName + "/proxy/data.json")
.success(function(data) {
console.log(data);
server.image = data.image;