File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deps/rabbitmq_management/priv/www/js/tmpl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 < % if (vhost .cluster_state [node] == " stopped" ){ % >
4242 < form action= " #/restart_vhost" method= " post" >
4343 < input type= " hidden" name= " node" value= " <%= node %>" / >
44- < input type= " hidden" name= " vhost" value= " <%= vhost.name %>" / >
44+ < input type= " hidden" name= " vhost" value= " <%= fmt_string( vhost.name) %>" / >
4545 < input type= " submit" value= " Restart" / >
4646 < / form>
4747 < % } % >
Original file line number Diff line number Diff line change 9292 < % if (state == " stopped" ){ % >
9393 < form action= " #/restart_vhost" method= " post" class = " confirm" >
9494 < input type= " hidden" name= " node" value= " <%= node %>" / >
95- < input type= " hidden" name= " vhost" value= " <%= vhost.name %>" / >
95+ < input type= " hidden" name= " vhost" value= " <%= fmt_string( vhost.name) %>" / >
9696 < input type= " submit" value= " Restart" / >
9797 < / form>
9898 < % } % >
You can’t perform that action at this time.
0 commit comments