From 4c7be5f59d63a2530da9be782cf1751d6f7b7254 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 8 Apr 2021 13:39:14 +0200 Subject: [PATCH] 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 --- www/tape/ChangerStatus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/tape/ChangerStatus.js b/www/tape/ChangerStatus.js index 68316345..f8bff531 100644 --- a/www/tape/ChangerStatus.js +++ b/www/tape/ChangerStatus.js @@ -370,6 +370,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', { }, free_slots: [], + free_ie_slots: [], updateFreeSlots: function(free_slots, free_ie_slots) { let me = this;