diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 3a5e1e6a..fb9ba213 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -225,7 +225,7 @@ pandora.ui.usersDialog = function() { id: 'system', operator: '+', title: 'System', - titleImage: 'icon', + titleImage: 'square', visible: true, width: 16 }, @@ -256,7 +256,7 @@ pandora.ui.usersDialog = function() { id: 'browser', operator: '+', title: 'Browser', - titleImage: 'icon', + titleImage: 'circle', visible: true, width: 16 },