]> git.proxmox.com Git - proxmox-backup.git/commit
ui: tape/ChangerStatus: fixup for conditional
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 19 Feb 2021 14:40:24 +0000 (15:40 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Feb 2021 15:52:26 +0000 (16:52 +0100)
commitf26276bc4eceeb87ae84da08275f313f4ac494fa
treeb85a0ba45f1feba79ab6d39a9573123b8736a3db
parent6d62e69f9a35f548fd90afb64d83746ec6766a5a
ui: tape/ChangerStatus: fixup for conditional

the statement !a === "somestring" cannot be true since
!a is either true or false and thus not a string

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/tape/ChangerStatus.js