Updated Branches: refs/heads/health-Check bbdc2e45c -> c48711515
health-Check Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c4871151 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c4871151 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c4871151 Branch: refs/heads/health-Check Commit: c48711515d6c153235453199738aef8fa7cefe4f Parents: bbdc2e4 Author: Pranav Saxena <[email protected]> Authored: Thu Mar 7 15:43:04 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Mar 7 15:43:04 2013 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c4871151/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index b64925d..bd9f3fc 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -2785,6 +2785,16 @@ action: cloudStack.lbStickyPolicy.dialog() } }, + + 'health-check':{ + label:'Health Check', + custom:{ + buttonLabel:'Configure', + action:cloudStack.uiCustom.healthCheck() + + } + }, + 'autoScale': { label: 'AutoScale', custom: {
