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:
committed by
Dietmar Maurer
parent
4eb4e94918
commit
2ea501ffdf
@ -69,6 +69,12 @@ Ext.define('PBS.store.NavigationStore', {
|
||||
path: 'pbsDirectoryList',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: "ZFS",
|
||||
iconCls: 'fa fa-th-large',
|
||||
path: 'pbsZFSList',
|
||||
leaf: true,
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user