로그인 차단 관련 메세지 변경
This commit is contained in:
@@ -92,7 +92,8 @@
|
||||
'<%= localeMessage.getString("portalUser.roleName") %>',
|
||||
'<%= localeMessage.getString("portalUser.userStatus") %>',
|
||||
'<%= localeMessage.getString("portalUser.createOn") %>',
|
||||
'<%= localeMessage.getString("portalUser.approvalStatus") %>'
|
||||
'<%= localeMessage.getString("portalUser.approvalStatus") %>',
|
||||
'<%= localeMessage.getString("portalUser.accountLockYn") %>'
|
||||
],
|
||||
colModel: [
|
||||
{name: 'rowNum', align: 'center', width: '30', sortable: false},
|
||||
@@ -104,7 +105,8 @@
|
||||
{name: 'roleCodeDescription', align: 'center', width: "80"},
|
||||
{name: 'userStatusDescription', align: 'center', width: "50"},
|
||||
{name: 'createdDate', align: 'center', width: "100", formatter: timeStampFormat},
|
||||
{name: 'approvalStatusDescription', align: 'center', width: "50"}
|
||||
{name: 'approvalStatusDescription', align: 'center', width: "50"},
|
||||
{name: 'accountLockYn', align: 'center', width: "50"}
|
||||
],
|
||||
jsonReader: {
|
||||
repeatitems: false
|
||||
|
||||
Reference in New Issue
Block a user