mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Small changes and fixed some stylingon the plex page #865
This commit is contained in:
parent
f193471b6c
commit
3b0b35f760
17 changed files with 28 additions and 29 deletions
|
@ -5,7 +5,7 @@ import { ILandingPageSettings, ICustomizationSettings } from '../interfaces/ISet
|
||||||
import { IRequestCountModel } from '../interfaces/IRequestModel';
|
import { IRequestCountModel } from '../interfaces/IRequestModel';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './landingpage.component.html',
|
templateUrl: './landingpage.component.html',
|
||||||
styleUrls: ['./landingpage.component.scss']
|
styleUrls: ['./landingpage.component.scss']
|
||||||
})
|
})
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { NotificationService } from '../services/notification.service';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './login.component.html',
|
templateUrl: './login.component.html',
|
||||||
})
|
})
|
||||||
export class LoginComponent {
|
export class LoginComponent {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { SettingsService } from '../../services/settings.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './customization.component.html',
|
templateUrl: './customization.component.html',
|
||||||
})
|
})
|
||||||
export class CustomizationComponent implements OnInit {
|
export class CustomizationComponent implements OnInit {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { SettingsService } from '../../services/settings.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './emby.component.html',
|
templateUrl: './emby.component.html',
|
||||||
})
|
})
|
||||||
export class EmbyComponent implements OnInit {
|
export class EmbyComponent implements OnInit {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { SettingsService } from '../../services/settings.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './landingpage.component.html',
|
templateUrl: './landingpage.component.html',
|
||||||
})
|
})
|
||||||
export class LandingPageComponent implements OnInit {
|
export class LandingPageComponent implements OnInit {
|
||||||
|
|
|
@ -5,7 +5,6 @@ import { SettingsService } from '../../services/settings.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './ombi.component.html',
|
templateUrl: './ombi.component.html',
|
||||||
})
|
})
|
||||||
export class OmbiComponent implements OnInit {
|
export class OmbiComponent implements OnInit {
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Plex Configuration</legend>
|
<legend>Plex Configuration</legend>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
<div style="float: right;">
|
<div class="col-md-2 col-md-offset-10">
|
||||||
<span style="vertical-align: top;">Advanced</span>
|
<span style="vertical-align: top;">Advanced</span>
|
||||||
<p-inputSwitch id="customInputSwitch" [(ngModel)]="advanced"></p-inputSwitch>
|
<p-inputSwitch id="customInputSwitch" [(ngModel)]="advanced"></p-inputSwitch>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,9 +15,10 @@
|
||||||
<label for="enable">Enable</label>
|
<label for="enable">Enable</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="float: right;" class="col-md-12 col-md-push-10">
|
<div class="col-md-2 col-md-push-7">
|
||||||
<button type="submit" (click)="addTab()" class="btn btn-success-outline">Add Server</button>
|
<button type="submit" (click)="addTab()" class="btn btn-success-outline">Add Server</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<ngb-tabset>
|
<ngb-tabset>
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ import { PlexService } from '../../services/applications/plex.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './plex.component.html',
|
templateUrl: './plex.component.html',
|
||||||
})
|
})
|
||||||
export class PlexComponent implements OnInit, OnDestroy {
|
export class PlexComponent implements OnInit, OnDestroy {
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { RadarrService } from '../../services/applications/radarr.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './radarr.component.html',
|
templateUrl: './radarr.component.html',
|
||||||
})
|
})
|
||||||
export class RadarrComponent implements OnInit {
|
export class RadarrComponent implements OnInit {
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { SonarrService } from '../../services/applications/sonarr.service';
|
||||||
import { NotificationService } from "../../services/notification.service";
|
import { NotificationService } from "../../services/notification.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './sonarr.component.html',
|
templateUrl: './sonarr.component.html',
|
||||||
})
|
})
|
||||||
export class SonarrComponent implements OnInit, OnDestroy {
|
export class SonarrComponent implements OnInit, OnDestroy {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { IUser, ICheckbox } from '../interfaces/IUser';
|
||||||
import { IdentityService } from '../services/identity.service';
|
import { IdentityService } from '../services/identity.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './usermanagement.component.html'
|
templateUrl: './usermanagement.component.html'
|
||||||
})
|
})
|
||||||
export class UserManagementComponent implements OnInit {
|
export class UserManagementComponent implements OnInit {
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { AuthService } from '../../auth/auth.service';
|
||||||
import { NotificationService } from '../../services/notification.service';
|
import { NotificationService } from '../../services/notification.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './createadmin.component.html',
|
templateUrl: './createadmin.component.html',
|
||||||
})
|
})
|
||||||
export class CreateAdminComponent {
|
export class CreateAdminComponent {
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { NotificationService } from '../../services/notification.service';
|
||||||
import { IEmbySettings } from '../../interfaces/ISettings';
|
import { IEmbySettings } from '../../interfaces/ISettings';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './emby.component.html',
|
templateUrl: './emby.component.html',
|
||||||
})
|
})
|
||||||
export class EmbyComponent {
|
export class EmbyComponent {
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { Router } from '@angular/router';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './mediaserver.component.html',
|
templateUrl: './mediaserver.component.html',
|
||||||
})
|
})
|
||||||
export class MediaServerComponent {
|
export class MediaServerComponent {
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { NotificationService } from '../../services/notification.service';
|
||||||
import { IPlexAuthentication } from '../../interfaces/IPlex';
|
import { IPlexAuthentication } from '../../interfaces/IPlex';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './plex.component.html',
|
templateUrl: './plex.component.html',
|
||||||
})
|
})
|
||||||
export class PlexComponent {
|
export class PlexComponent {
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { Router } from '@angular/router';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ombi',
|
|
||||||
templateUrl: './welcome.component.html',
|
templateUrl: './welcome.component.html',
|
||||||
})
|
})
|
||||||
export class WelcomeComponent {
|
export class WelcomeComponent {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue