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 41
41
< % if (vhost .cluster_state [node] == " stopped" ){ % >
42
42
< form action= " #/restart_vhost" method= " post" >
43
43
< 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) %>" / >
45
45
< input type= " submit" value= " Restart" / >
46
46
< / form>
47
47
< % } % >
Original file line number Diff line number Diff line change 92
92
< % if (state == " stopped" ){ % >
93
93
< form action= " #/restart_vhost" method= " post" class = " confirm" >
94
94
< 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) %>" / >
96
96
< input type= " submit" value= " Restart" / >
97
97
< / form>
98
98
< % } % >
You can’t perform that action at this time.
0 commit comments