From 67c48e857cc8bc3eba0f829cacb7afd6f15832c5 Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 24 Sep 2010 12:30:25 +0000 Subject: [PATCH] Cleaned up code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7607 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/zvm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/zvm.js b/xCAT-UI/js/custom/zvm.js index 10d9f7952..33ed0bfc6 100644 --- a/xCAT-UI/js/custom/zvm.js +++ b/xCAT-UI/js/custom/zvm.js @@ -938,7 +938,7 @@ zvmPlugin.prototype.addNode = function() { // Show warning message if inputs are not complete if (!nodeRange || !userIdRange || !group || !hcp) { - var warn = createWarnBar('Missing values'); + var warn = createWarnBar('You are missing inputs.'); warn.prependTo($(this)); } else { // Check node range and user ID range