Skip to content

Commit ed44a9c

Browse files
committed
Fix uri redirect editor
1 parent 00319ea commit ed44a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VeryNginx/dashboard/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,13 @@ <h4 class="modal-title">Status Dashboard config</h4>
358358
<td>{{ rule[0] }}</td>
359359
<td>{{ rule[1] }}</td>
360360
<td class="no_break">
361-
<button type="button" class="btn btn-default btn-xs" onclick="config.config_mod('uri_redirect_rule',{{$index}},null)">
361+
<button type="button" class="btn btn-default btn-xs" onclick="config.config_mod('redirect_uri_rule',{{$index}},null)">
362362
DEL
363363
</button>
364-
<button type="button" class="btn btn-default btn-xs" onclick="config.config_move_up('uri_redirect_rule',{{$index}})">
364+
<button type="button" class="btn btn-default btn-xs" onclick="config.config_move_up('redirect_uri_rule',{{$index}})">
365365
UP
366366
</button>
367-
<button type="button" class="btn btn-default btn-xs" onclick="config.config_move_down('uri_redirect_rule',{{$index}})">
367+
<button type="button" class="btn btn-default btn-xs" onclick="config.config_move_down('redirect_uri_rule',{{$index}})">
368368
DOWN
369369
</button>
370370
</td>

0 commit comments

Comments
 (0)