From 6ba0ef1a17e70d64894f7f9b1d5baa886aab651c Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Mon, 18 Mar 2013 18:15:59 +0530 Subject: [PATCH] Removing the test tooltip from Pingpath variable --- ui/scripts/ui-custom/healthCheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui-custom/healthCheck.js b/ui/scripts/ui-custom/healthCheck.js index c4c84e5236b..ebb7e5a8903 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} } } });