{log.source}
{log.pid && ` • PID: ${log.pid}`}
{log.hostname && ` • Host: ${log.hostname}`}
@@ -949,7 +954,7 @@ export function SystemLogs() {
{backups.map((backup, index) => (
{
setSelectedBackup(backup)
setIsBackupModalOpen(true)
@@ -959,7 +964,7 @@ export function SystemLogs() {
-
+
@@ -976,9 +981,7 @@ export function SystemLogs() {
{backup.size_human}
-
- Storage: {backup.storage}
-
+
Storage: {backup.storage}
{backup.created}
@@ -1024,11 +1027,11 @@ export function SystemLogs() {
{notification.service}
-
+
{notification.timestamp}
-
+
{notification.message}
@@ -1052,57 +1055,53 @@ export function SystemLogs() {