5
0
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:
Dominik Csapak 2023-09-07 14:19:32 +02:00 committed by Thomas Lamprecht
parent c60dab0d16
commit 38c71b721e

View File

@ -5,6 +5,7 @@ Ext.define('PBS.window.CreateZFS', {
subject: 'ZFS',
showProgress: true,
isCreate: true,
onlineHelp: 'chapter_zfs',