ui: tape restore wizard: set emptyText to media set selector
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7d5049c350
commit
51aee8cac8
|
@ -312,6 +312,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
|
||||||
fieldLabel: gettext('Media-Set'),
|
fieldLabel: gettext('Media-Set'),
|
||||||
width: 350,
|
width: 350,
|
||||||
submitValue: false,
|
submitValue: false,
|
||||||
|
emptyText: gettext('Select Media-Set to restore'),
|
||||||
bind: {
|
bind: {
|
||||||
value: '{uuid}',
|
value: '{uuid}',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue