]> git.proxmox.com Git - pmg-gui.git/commit - js/Utils.js
utils: align notification toast to bottom-right again
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jul 2021 10:10:45 +0000 (12:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jul 2021 10:10:47 +0000 (12:10 +0200)
commit44362902f3dee3f33c258747f9df5d6d5b87dba9
tree089e7bd74fc21f2de4e6d5d325b5f27521670410
parent4c887a50f2f21d2db94efd26b181ac0057e3a093
utils: align notification toast to bottom-right again

The default changed sometimes between ExtJS 6.0.1, which used 'br',
and ExtJS 7.0, which has 't' (top) as new default.

So set it explicitly to the previous used one, less intrusive and was
intended to be there.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/Utils.js