Add app link in app configure header

This commit is contained in:
Johannes Zellner
2025-02-22 16:29:28 +01:00
parent d9bf09bb9b
commit 3e2177b402
3 changed files with 22 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ const busy = ref(true);
const columns = ref({
time: {
label: t('eventlog.time'),
width: '100px',
width: '120px',
sort: false,
},
source: {