mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
fix: make logs page take up all space (#3030)
This commit is contained in:
@@ -24,7 +24,7 @@ import { StateService } from 'src/app/services/state.service'
|
||||
<app-initializing [progress]="progress()" />
|
||||
`,
|
||||
providers: [provideSetupLogsService(ApiService)],
|
||||
styles: ':host { padding: 1rem; }',
|
||||
styles: ':host { height: 100%; }',
|
||||
imports: [InitializingComponent],
|
||||
})
|
||||
export default class InitializingPage {
|
||||
|
||||
Reference in New Issue
Block a user