Fixup restore eventlog
This commit is contained in:
@@ -419,9 +419,9 @@ app.filter('eventLogDetails', function() {
|
|||||||
if (!data.app) return '';
|
if (!data.app) return '';
|
||||||
details = data.app.manifest.title + ' was restored at ' + (data.app.fqdn || data.app.location);
|
details = data.app.manifest.title + ' was restored at ' + (data.app.fqdn || data.app.location);
|
||||||
// older versions (<3.5) did not have these fields
|
// older versions (<3.5) did not have these fields
|
||||||
if (data.fromManifest) details += ' from version ' + data.app.manifest.version;
|
if (data.fromManifest) details += ' from version ' + data.fromManifest.version;
|
||||||
if (data.toManifest) details += ' to version' + data.toManifest.version;
|
if (data.toManifest) details += ' to version ' + data.toManifest.version;
|
||||||
if (data.backupId) details += ' from backup ' + data.backupInfo.id;
|
if (data.backupId) details += ' using backup ' + data.backupId;
|
||||||
return details;
|
return details;
|
||||||
|
|
||||||
case ACTION_APP_UNINSTALL:
|
case ACTION_APP_UNINSTALL:
|
||||||
|
|||||||
Reference in New Issue
Block a user