Skip to content

Commit

Permalink
Updated the UI to fix maintenance in DC/OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
greggomann authored and tillt committed May 10, 2017
1 parent 5189618 commit 417be41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/master/static/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
var update = function() {
// TODO(haosdent): Send requests to the leading master directly
// once `leadingMasterURL` is public.
$http.jsonp('/master/maintenance/schedule?jsonp=JSON_CALLBACK')
$http.jsonp('master/maintenance/schedule?jsonp=JSON_CALLBACK')
.success(function(response) {
$scope.maintenance = response;
})
Expand Down

0 comments on commit 417be41

Please sign in to comment.