ui: add ZFS management

adds a ZFSList and ZFSCreate class, modeled after the one in pve

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-06-25 14:53:05 +02:00
committed by Dietmar Maurer
parent 4eb4e94918
commit 2ea501ffdf
4 changed files with 238 additions and 0 deletions

View File

@ -69,6 +69,12 @@ Ext.define('PBS.store.NavigationStore', {
path: 'pbsDirectoryList',
leaf: true,
},
{
text: "ZFS",
iconCls: 'fa fa-th-large',
path: 'pbsZFSList',
leaf: true,
},
]
}
]