Skip to content
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.

Commit

Permalink
Change to manage.up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Kulkarni committed Oct 25, 2014
1 parent 754a45e commit 3188780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion halite/lattice/app/util/fetchActivesSrvc.coffee
Expand Up @@ -20,7 +20,7 @@ angular.module("fetchActivesSrvc", ['appConfigSrvc', 'appUtilSrvc', 'saltApiSrvc
defer = $q.defer()
cmd =
mode: "async"
fun: "runner.manage.present"
fun: "runner.manage.up"
SaltApiSrvc.run($scope, [cmd])
.success (data, status, headers, config) =>
result = data.return?[0]
Expand Down
2 changes: 1 addition & 1 deletion halite/lattice/app/view/base.coffee
Expand Up @@ -91,7 +91,7 @@ mainApp.controller 'BaseController', ['$scope', '$location', '$route', '$q', '$f
$scope.fetchActives = () ->
cmd =
mode: "async"
fun: "runner.manage.present"
fun: "runner.manage.up"

$scope.statusing = true
SaltApiSrvc.run($scope, [cmd])
Expand Down

0 comments on commit 3188780

Please sign in to comment.