Skip to content

Commit 00303ed

Browse files
committed
user listing table's header fix
1 parent ebd7227 commit 00303ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/src/app/users/users.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ <h1>{{ "Users" | localize }}</h1>
137137
<th>{{ "UserName" | localize }}</th>
138138
<th>{{ "FullName" | localize }}</th>
139139
<th>{{ "EmailAddress" | localize }}</th>
140-
<th style="width: 200px;">{{ "Actions" | localize }}</th>
141-
<th>{{ "Actions" | localize }}</th>
140+
<th>{{ "IsActive" | localize }}</th>
141+
<th style="width: 310px;">{{ "Actions" | localize }}</th>
142142
</tr>
143143
</thead>
144144
<tbody>

0 commit comments

Comments
 (0)