mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
render correctly
This commit is contained in:
@@ -31,7 +31,7 @@ export class ServerLogsPage {
|
|||||||
this.logs = ''
|
this.logs = ''
|
||||||
this.$loading$.next(true)
|
this.$loading$.next(true)
|
||||||
try {
|
try {
|
||||||
this.logs = await this.apiService.getServerLogs()
|
this.logs = (await this.apiService.getServerLogs()).join('\n')
|
||||||
this.error = ''
|
this.error = ''
|
||||||
setTimeout(async () => await this.content.scrollToBottom(100), 200)
|
setTimeout(async () => await this.content.scrollToBottom(100), 200)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user