mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added a skip options #865
This commit is contained in:
parent
60673a2459
commit
a66694b06a
2 changed files with 10 additions and 1 deletions
|
@ -10,7 +10,11 @@
|
|||
<a (click)="plex()" id="plexImg">
|
||||
<img class="wizard-img" src="/images/plex-logo-reversed.png" />
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<button (click)="skip()" class="btn btn-primary-outline wizard-img" id="plexImg">
|
||||
Skip
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -18,4 +18,9 @@ export class MediaServerComponent {
|
|||
emby() {
|
||||
this.router.navigate(['Wizard/Emby']);
|
||||
}
|
||||
|
||||
skip()
|
||||
{
|
||||
this.router.navigate(['Wizard/CreateAdmin']);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue