We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fda91 commit da43ccfCopy full SHA for da43ccf
deps/rabbitmq_management/priv/www/js/global.js
@@ -691,7 +691,7 @@ function DisplayControl() {
691
this.vhosts = false
692
this.rabbitmqVersions = false
693
694
- this.update = function(overview, ui_data_model) {
+ this.update = function(overview, ui_data_model) {
695
this.nodes = ac.canListNodes() && ui_data_model.nodes.length > 1
696
this.vhosts = ac.canAccessVhosts()
697
deps/rabbitmq_management/priv/www/js/tmpl/queues.ejs
@@ -286,7 +286,7 @@
286
<% } %>
287
<%
288
if (ac.canListNodes()) {
289
- var nodes = display.data_model.nodes
+ var nodes = display.data.nodes
290
%>
291
<tr>
292
<th><label>Node:</label></th>
0 commit comments