diff --git a/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.js b/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.js index 153fd2697b..177080732e 100644 --- a/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.js +++ b/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.js @@ -62,7 +62,7 @@ function policyFailed() { var msg = gettext('Insufficient privilege level to view user information.'); - toast.add('warning', msg); + toast.add('info', msg); } function getUsersSuccess(response) {