]> git.proxmox.com Git - pve-manager-legacy.git/commit
add DiskList panel
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Sep 2016 14:59:40 +0000 (16:59 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 09:17:53 +0000 (11:17 +0200)
commit6bb6e7a2a52f275a42dfb4a9ff58576fab7de165
treec695e69545f59464050e3b9c7149e2f356579eeb
parent73a46b19713fe92d1bbf136b874151933471c2e2
add DiskList panel

this patch adds a disk list panel which:
lists the disks with typical columns
(type, vendor, serial, smart, wearout, etc.)

and with a doubleclick you can show the smart attributes

and with a click on init disk you can initialize a disk
with a gpt table

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/Utils.js
www/manager6/node/Disks.js [new file with mode: 0644]