(js) Move "ACLs saved" toast of admin to bottom

This commit is contained in:
Francis Lachapelle 2016-10-31 15:18:12 -04:00
parent 0b99dbfc99
commit 1ccf5e369f

View file

@ -90,7 +90,7 @@
$mdToast.show(
$mdToast.simple()
.content(l('ACLs saved'))
.position('top right')
.position('bottom right')
.hideDelay(3000)
);
// Close acls on small devices