Better text for app down eventlog item
This commit is contained in:
+1
-1
@@ -474,7 +474,7 @@ app.filter('eventLogDetails', function() {
|
||||
return source.app.manifest.title + ' ran out of memory';
|
||||
|
||||
case ACTION_APP_DOWN:
|
||||
return 'App ' + data.appId + ' is not reachable';
|
||||
return source.app.manifest.title + ' is not reachable';
|
||||
|
||||
case ACTION_BACKUP_START:
|
||||
return 'Backup started';
|
||||
|
||||
Reference in New Issue
Block a user