Commit 5f20583a authored by ourfbht's avatar ourfbht
Browse files

removed the 'status' col in auth_user

parent b98d914b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
                        <th scope="col">Id</th>
                        <th scope="col">UserName</th>
                        <th scope="col">Email</th>
                        <th scope="col">Status</th>
                        <th scope="col">Roles</th>
                    </tr>
                </thead>
@@ -33,7 +32,6 @@
                        <td th:text="${user.id}" />
                        <td th:text="${user.username}" />
                        <td th:text="${user.email}" />
                        <td th:text="${user.status}"/>
                        <div th:if="${not #sets.isEmpty(user.roles)}">	
                                <td th:each="role :${user.roles}">
                                    <p th:text="${role.name} "/>