mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
* add logs window to setup wizard loading screen * fix type error * Update frontend/projects/setup-wizard/src/app/services/api/live-api.service.ts Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> --------- Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
12 lines
222 B
HTML
12 lines
222 B
HTML
<ion-content
|
|
[scrollEvents]="true"
|
|
(ionScroll)="handleScroll($event)"
|
|
(ionScrollEnd)="handleScrollEnd()"
|
|
class="ion-padding"
|
|
color="light"
|
|
>
|
|
<div id="container"></div>
|
|
</ion-content>
|
|
|
|
<div id="template"></div>
|