We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd7227 commit 00303edCopy full SHA for 00303ed
angular/src/app/users/users.component.html
@@ -137,8 +137,8 @@ <h1>{{ "Users" | localize }}</h1>
137
<th>{{ "UserName" | localize }}</th>
138
<th>{{ "FullName" | localize }}</th>
139
<th>{{ "EmailAddress" | localize }}</th>
140
- <th style="width: 200px;">{{ "Actions" | localize }}</th>
141
- <th>{{ "Actions" | localize }}</th>
+ <th>{{ "IsActive" | localize }}</th>
+ <th style="width: 310px;">{{ "Actions" | localize }}</th>
142
</tr>
143
</thead>
144
<tbody>
0 commit comments