Merge "Trivial: Change message level from warning to info"

This commit is contained in:
Jenkins 2016-05-18 07:37:09 +00:00 committed by Gerrit Code Review
commit 9d1255023a

View File

@ -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) {