backups: deleted apps must also be displayed in contents

This commit is contained in:
Girish Ramakrishnan
2024-03-14 16:06:38 +01:00
parent 771b797a23
commit 49941a34b9
3 changed files with 19 additions and 7 deletions

View File

@@ -142,6 +142,7 @@ angular.module('Application').controller('EventLogController', ['$scope', '$loca
};
Client.onReady(function () {
$scope.search = $location.search().search || ''; // sent from the backups view when app is deleted
fetchEventLogs();
});