]> git.proxmox.com Git - proxmox-backup.git/commit - www/config/DataStoreConfig.js
ui: refactor DataStoreConfig and Edit
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 5 Jun 2020 08:11:52 +0000 (10:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 6 Jun 2020 05:57:19 +0000 (07:57 +0200)
commit98ad58fbd2834359489349274af8b73dfd467223
treec9382d5e67ac38b862017234bec97a2bc21498eb
parent98bb3b90167ee41a7801fab48a33b9375eb02e7e
ui: refactor DataStoreConfig and Edit

split them into two files and put them into the respective directory

refactor the DataStoreConfigPanel to controller/view
and the DataStoreEdit window/inputpanel to simply an editwindow
(there is no need to have a seperate inputpanel) which also
prepares the window for edit (by using pmxDisplayEditFields)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/DataStoreConfig.js [deleted file]
www/Makefile
www/config/DataStoreConfig.js [new file with mode: 0644]
www/window/DataStoreEdit.js [new file with mode: 0644]