Thomas Lamprecht 8866cbccc8 ui: update group notes: fix obj access and rewrite to async
eslint is configured to not allow using quoted object keys if they
could be just passed in dot notation, e.g.,
wrong: `group["comment"]`
good:  `group.comment`

It's not a big problem but eslint fails the build with the wrong one,
so this needs to be fixed anyway..

Also, rewrite to async, shorter and less indentation

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-12 07:55:02 +02:00
..
2021-03-08 15:51:49 +01:00
2021-04-12 15:55:58 +02:00
2021-07-08 11:43:43 +02:00
2021-07-12 06:29:14 +02:00
2020-09-25 18:34:54 +02:00