ui: tape/TapeRestore: fix some properties

remove leftover from when it was an Proxmox.window.Edit, and
add the missing 'modal'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-26 15:48:11 +02:00 committed by Thomas Lamprecht
parent e01689978e
commit ffba023c91
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
url: '/api2/extjs/tape/restore',
method: 'POST',
showTaskViewer: true,
isCreate: true,
modal: true,
mediaset: undefined,
prefilter: undefined,