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