ui: TapeInventory - show catalog status

Clearly mark tapes without valid catalog.
This commit is contained in:
Dietmar Maurer
2021-02-26 07:48:13 +01:00
parent 917230e4f8
commit ed24142767
2 changed files with 27 additions and 9 deletions

View File

@ -5,6 +5,8 @@ console.log("Starting Backup Server GUI");
Ext.define('PBS.Utils', {
singleton: true,
missingText: gettext('missing'),
updateLoginData: function(data) {
Proxmox.Utils.setAuthData(data);
},