Skip to content

Commit 974c7bb

Browse files
author
Kristan Kenney
committed
Merge branch 'fix/rebuild-user-ui' into fix/rebuild-user
2 parents 6a28282 + ef2a6b5 commit 974c7bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

web/bulk/user/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
break;
2828
case 'rebuild': $cmd='v-rebuild-all'; $restart = 'no';
2929
break;
30+
case 'rebuild user': $cmd='v-rebuild-user'; $restart = 'no';
31+
break;
3032
case 'rebuild web': $cmd='v-rebuild-web-domains'; $restart = 'no';
3133
break;
3234
case 'rebuild dns': $cmd='v-rebuild-dns-domains'; $restart = 'no';

web/templates/admin/list_user.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<select class="" name="action">
3737
<option value=""><?=_('apply to selected')?></option>
3838
<option value="rebuild"><?=_('rebuild')?></option>
39+
<option value="rebuild user"><?=_('rebuild user')?></option>
3940
<option value="rebuild web"><?=_('rebuild web')?></option>
4041
<option value="rebuild dns"><?=_('rebuild dns')?></option>
4142
<option value="rebuild mail"><?=_('rebuild mail')?></option>

0 commit comments

Comments
 (0)