Feat/logs revamp (#2075)

auto reconnect to logs websocket and hopefully fix scrolling issues
This commit is contained in:
Matt Hill
2023-01-10 14:55:11 -07:00
committed by GitHub
parent 5656fd0b96
commit f914110626
8 changed files with 133 additions and 80 deletions

View File

@@ -3,6 +3,6 @@
[followLogs]="followLogs()"
[defaultBack]="'/services/' + pkgId"
[context]="pkgId"
title="Service Logs"
pageTitle="Service Logs"
class="ion-page"
></logs>

View File

@@ -2,7 +2,7 @@
[fetchLogs]="fetchLogs()"
[followLogs]="followLogs()"
context="kernel"
defaultBack="embassy"
title="Kernel Logs"
defaultBack="system"
pageTitle="Kernel Logs"
class="ion-page"
></logs>

View File

@@ -2,7 +2,7 @@
[fetchLogs]="fetchLogs()"
[followLogs]="followLogs()"
context="eos"
defaultBack="embassy"
title="OS Logs"
defaultBack="system"
pageTitle="OS Logs"
class="ion-page"
></logs>