ui: tape/ChangerStatus: add missing property

it will actually not fail, but we declare it nonetheless to indicate
that it exists

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-04-08 13:39:14 +02:00 committed by Dietmar Maurer
parent 6d4fbbc3ea
commit 4c7be5f59d

View File

@ -370,6 +370,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
},
free_slots: [],
free_ie_slots: [],
updateFreeSlots: function(free_slots, free_ie_slots) {
let me = this;