Updated Branches: refs/heads/master 61754cd98 -> 6ba0ef1a1
Removing the test tooltip from Pingpath variable Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6ba0ef1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6ba0ef1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6ba0ef1a Branch: refs/heads/master Commit: 6ba0ef1a17e70d64894f7f9b1d5baa886aab651c Parents: 61754cd Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Mon Mar 18 18:15:59 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Mon Mar 18 18:15:59 2013 +0530 ---------------------------------------------------------------------- ui/scripts/ui-custom/healthCheck.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6ba0ef1a/ui/scripts/ui-custom/healthCheck.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/healthCheck.js b/ui/scripts/ui-custom/healthCheck.js index c4c84e5..ebb7e5a 100644 --- a/ui/scripts/ui-custom/healthCheck.js +++ b/ui/scripts/ui-custom/healthCheck.js @@ -73,7 +73,7 @@ form: { title: '', fields:{ - pingpath: {label: 'Ping Path', docID:'helpAccountUsername' , validation: {required: false}, defaultValue: pingpath1} + pingpath: {label: 'Ping Path', validation: {required: false}, defaultValue: pingpath1} } } });