mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
Rename "user entry" to "directory entry"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -2257,7 +2257,7 @@ function createZProvisionNew(inst) {
|
||||
var thisUserId = $('#' + thisTabId + ' input[name=userId]:visible');
|
||||
var pos = thisUserEntry.val().indexOf('USER ' + thisUserId.val().toUpperCase());
|
||||
if (pos < 0) {
|
||||
errMsg = errMsg + 'The user entry does not contain the correct user ID.<br>';
|
||||
errMsg = errMsg + 'The directory entry does not contain the correct user ID.<br>';
|
||||
ready = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user