ui: tape restore wizard: set emptyText to media set selector

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-26 19:10:16 +02:00
parent 7d5049c350
commit 51aee8cac8
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
fieldLabel: gettext('Media-Set'),
width: 350,
submitValue: false,
emptyText: gettext('Select Media-Set to restore'),
bind: {
value: '{uuid}',
},