mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
WIP4 wizard styling is done
This commit is contained in:
parent
e5ee021139
commit
541f50ffe1
1 changed files with 13 additions and 3 deletions
|
@ -66,10 +66,20 @@
|
|||
|
||||
<mat-step>
|
||||
<ng-template matStepLabel>Done</ng-template>
|
||||
All setup! Press Finish to continue and login to Ombi!
|
||||
<div class="mediaserver-container">
|
||||
<div class="left-container mediaserver">
|
||||
<i class="fas fa-check text-logo"></i>
|
||||
</div>
|
||||
<div class="right-container mediaserver">
|
||||
<div class="right-container-content mediaserver">
|
||||
<h1>All setup!</h1>
|
||||
Press Finish to continue and login to Ombi!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button mat-button matStepperPrevious (click)="createUser()">Finish</button>
|
||||
<button mat-button (click)="stepper.reset()">Reset</button>
|
||||
<button mat-button matStepperPrevious (click)="createUser()" class="mat-raised-button mat-accent right">Finish</button>
|
||||
<button mat-button (click)="stepper.reset()" class="mat-raised-button mat-error left">Reset</button>
|
||||
</div>
|
||||
</mat-step>
|
||||
</mat-horizontal-stepper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue