File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments