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 10ced3c commit 335c7b4Copy full SHA for 335c7b4
deps/rabbitmq_management/priv/www/js/global.js
@@ -630,7 +630,7 @@ var user;
630
function setup_global_vars() {
631
var overview = JSON.parse(sync_get('/overview'));
632
rates_mode = overview.rates_mode;
633
- user_tags = expand_user_tags(user.tags.split(","));
+ user_tags = expand_user_tags(user.tags);
634
user_administrator = jQuery.inArray("administrator", user_tags) != -1;
635
is_user_policymaker = jQuery.inArray("policymaker", user_tags) != -1;
636
user_monitor = jQuery.inArray("monitoring", user_tags) != -1;
0 commit comments