[pbs-devel] [PATCH proxmox-backup 1/7] ui: tape/ChangerStatus: add missing property

Dominik Csapak d.csapak at proxmox.com
Thu Apr 8 13:39:14 CEST 2021


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

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 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;
-- 
2.20.1






More information about the pbs-devel mailing list