@@ -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 >
@@ -169,45 +169,30 @@ <h1>{{ "Users" | localize }}</h1>
169169 </ div >
170170 </ td >
171171 < td >
172- < div class ="btn-group " dropdown container ="body ">
173- < button
174- type ="button "
175- class ="btn btn-default "
176- (click) ="editUser(user) "
177- >
178- < i class ="fas fa-pencil-alt "> </ i >
179- {{ "Edit" | localize }}
180- </ button >
181- < button
182- type ="button "
183- class ="btn btn-default "
184- dropdownToggle
185- >
186- < i class ="fas fa-ellipsis-h "> </ i >
187- </ button >
188- < ul *dropdownMenu class ="dropdown-menu ">
189- < li role ="menuitem ">
190- < a
191- class ="dropdown-item "
192- href ="javascript:; "
193- (click) ="delete(user) "
194- >
195- < i class ="fas fa-trash "> </ i >
196- {{ "Delete" | localize }}
197- </ a >
198- </ li >
199- < li role ="menuitem ">
200- < a
201- class ="dropdown-item "
202- href ="javascript:; "
203- (click) ="resetPassword(user) "
204- >
205- < i class ="fas fa-lock "> </ i >
206- {{ "ResetPassword" | localize }}
207- </ a >
208- </ li >
209- </ ul >
210- </ div >
172+ < button
173+ type ="button "
174+ class ="btn btn-sm bg-secondary "
175+ (click) ="editUser(user) "
176+ >
177+ < i class ="fas fa-pencil-alt "> </ i >
178+ {{ "Edit" | localize }}
179+ </ button >
180+ < button
181+ type ="button "
182+ class ="btn btn-sm bg-danger mx-2 "
183+ (click) ="delete(user) "
184+ >
185+ < i class ="fas fa-trash "> </ i >
186+ {{ "Delete" | localize }}
187+ </ button >
188+ < button
189+ type ="button "
190+ class ="btn btn-sm bg-secondary "
191+ (click) ="resetPassword(user) "
192+ >
193+ < i class ="fas fa-lock "> </ i >
194+ {{ "ResetPassword" | localize }}
195+ </ button >
211196 </ td >
212197 </ tr >
213198 </ tbody >
0 commit comments