Skip to content

Commit 4cc141f

Browse files
author
Kristan Kenney
committed
Update user page for standard users
1 parent 6102673 commit 4cc141f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/templates/user/list_user.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<option value="rebuild db"><?=__('rebuild db')?></option>
3737
<option value="rebuild cron"><?=__('rebuild cron')?></option>
3838
<option value="update counters"><?=__('update counters')?></option>
39+
<option value="suspend"><?= __('suspend')?></option>
40+
<option value="unsuspend"><?=__('unsuspend')?></option>
3941
<option value="delete"><?=__('delete')?></option>
4042
</select>
4143
</div>

0 commit comments

Comments
 (0)