From b743fef452fece8263b54d6b9c01c8131200fccf Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 16 May 2016 21:30:32 +0800 Subject: [PATCH] Trivial: Change message level from warning to info All other messages about ""Insufficient privilege level to ..." are with info level. Change this to be consistent. Change-Id: I0dbbfb0fb30295909441e819aeda7d1478aed6e8 --- .../static/dashboard/identity/users/table/table.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {