Add error message when inputs are missing.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7653 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7ab5084b35
commit
05ffe245ee
@ -2237,6 +2237,7 @@ function createZProvisionNew(inst) {
|
||||
&& inputs.eq(i).attr('name') != 'os'
|
||||
&& inputs.eq(i).attr('type') != 'password') {
|
||||
inputs.eq(i).css('border', 'solid #FF0000 1px');
|
||||
errMsg = errMsg + 'You are missing inputs.<br>';
|
||||
ready = false;
|
||||
} else {
|
||||
inputs.eq(i).css('border', 'solid #BDBDBD 1px');
|
||||
|
Loading…
Reference in New Issue
Block a user