mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-07 17:18:03 +03:00
ui: don't show reset button on zfs creation
the reset button only makes sense for editing existing entries, not for creating new. This brings it inline with the ZFS create window from PVE. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
c60dab0d16
commit
38c71b721e
@ -5,6 +5,7 @@ Ext.define('PBS.window.CreateZFS', {
|
||||
subject: 'ZFS',
|
||||
|
||||
showProgress: true,
|
||||
isCreate: true,
|
||||
|
||||
onlineHelp: 'chapter_zfs',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user