mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Feat/logs revamp (#2075)
auto reconnect to logs websocket and hopefully fix scrolling issues
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
[followLogs]="followLogs()"
|
||||
[defaultBack]="'/services/' + pkgId"
|
||||
[context]="pkgId"
|
||||
title="Service Logs"
|
||||
pageTitle="Service Logs"
|
||||
class="ion-page"
|
||||
></logs>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
[fetchLogs]="fetchLogs()"
|
||||
[followLogs]="followLogs()"
|
||||
context="kernel"
|
||||
defaultBack="embassy"
|
||||
title="Kernel Logs"
|
||||
defaultBack="system"
|
||||
pageTitle="Kernel Logs"
|
||||
class="ion-page"
|
||||
></logs>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
[fetchLogs]="fetchLogs()"
|
||||
[followLogs]="followLogs()"
|
||||
context="eos"
|
||||
defaultBack="embassy"
|
||||
title="OS Logs"
|
||||
defaultBack="system"
|
||||
pageTitle="OS Logs"
|
||||
class="ion-page"
|
||||
></logs>
|
||||
|
||||
Reference in New Issue
Block a user