proxmox-backup/www/datastore
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
..
Content.js ui: update group notes: fix obj access and rewrite to async 2021-07-12 07:55:02 +02:00
DataStoreList.js ui: datastores: hide "no datastore" box by default 2020-11-16 16:59:14 +01:00
DataStoreListSummary.js ui: datastore/DataStoreListSummary: catch and show errors per datastore 2021-06-01 16:38:06 +02:00
Notes.js ui: improve comment behaviour for datastore Summary 2020-11-16 10:39:34 +01:00
OptionView.js ui: datastore/OptionView: only navigate up when we removed the datastore 2021-07-08 14:41:13 +02:00
Panel.js ui: improve activeTab selection from fragment and state 2020-11-10 14:21:54 +01:00
Prune.js ui: prune: set onlineHelp 2020-11-10 09:51:30 +01:00
PruneAndGC.js ui: add/fix help buttons 2020-11-10 11:51:03 +01:00
Summary.js ui: window/Settings: add summarycolumns settings 2021-07-12 06:29:21 +02:00