[Developer] #576 clarify verification user names
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<tbody>
|
||||
<tr th:each="user : ${users}">
|
||||
<td th:text="${user.userId()}">1</td>
|
||||
<td th:text="${user.username()}">agent_hr</td>
|
||||
<td th:text="${user.username()}">이에이치알</td>
|
||||
<td th:text="${user.empNo()}">E10234</td>
|
||||
<td th:text="${user.deptCode()}">HR</td>
|
||||
<td><span class="badge" th:classappend="${user.active()} ? ' text-bg-success' : ' text-bg-secondary'" th:text="${user.activeYn()}">Y</span></td>
|
||||
@@ -106,7 +106,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr th:each="mapping : ${userRoles}" th:attr="data-user-id=${mapping.userId()}">
|
||||
<td th:text="${mapping.username()}">agent_hr</td>
|
||||
<td th:text="${mapping.username()}">이에이치알</td>
|
||||
<td th:text="${mapping.roleName()}">HR_DEPT_ROLE</td>
|
||||
<td>
|
||||
<form method="post" action="/users/roles/delete" class="inline-form">
|
||||
|
||||
Reference in New Issue
Block a user