mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fix lint issues on UI
This commit is contained in:
parent
c8cdf00567
commit
78ac3984cb
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,6 @@ import {
|
||||||
IEmailNotificationSettings,
|
IEmailNotificationSettings,
|
||||||
IEmbyServer,
|
IEmbyServer,
|
||||||
IGotifyNotificationSettings,
|
IGotifyNotificationSettings,
|
||||||
IWebhookNotificationSettings,
|
|
||||||
ILidarrSettings,
|
ILidarrSettings,
|
||||||
IMattermostNotifcationSettings,
|
IMattermostNotifcationSettings,
|
||||||
IMobileNotificationTestSettings,
|
IMobileNotificationTestSettings,
|
||||||
|
@ -25,6 +24,7 @@ import {
|
||||||
ISlackNotificationSettings,
|
ISlackNotificationSettings,
|
||||||
ISonarrSettings,
|
ISonarrSettings,
|
||||||
ITelegramNotifcationSettings,
|
ITelegramNotifcationSettings,
|
||||||
|
IWebhookNotificationSettings,
|
||||||
} from "../../interfaces";
|
} from "../../interfaces";
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
|
|
@ -15,7 +15,6 @@ import {
|
||||||
IEmailNotificationSettings,
|
IEmailNotificationSettings,
|
||||||
IEmbySettings,
|
IEmbySettings,
|
||||||
IGotifyNotificationSettings,
|
IGotifyNotificationSettings,
|
||||||
IWebhookNotificationSettings,
|
|
||||||
IIssueSettings,
|
IIssueSettings,
|
||||||
IJobSettings,
|
IJobSettings,
|
||||||
IJobSettingsViewModel,
|
IJobSettingsViewModel,
|
||||||
|
@ -37,6 +36,7 @@ import {
|
||||||
IUpdateSettings,
|
IUpdateSettings,
|
||||||
IUserManagementSettings,
|
IUserManagementSettings,
|
||||||
IVoteSettings,
|
IVoteSettings,
|
||||||
|
IWebhookNotificationSettings,
|
||||||
} from "../interfaces";
|
} from "../interfaces";
|
||||||
|
|
||||||
import { ServiceHelpers } from "./service.helpers";
|
import { ServiceHelpers } from "./service.helpers";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { Component, OnInit } from "@angular/core";
|
import { Component, OnInit } from "@angular/core";
|
||||||
import { FormBuilder, FormGroup, Validators } from "@angular/forms";
|
import { FormBuilder, FormGroup, Validators } from "@angular/forms";
|
||||||
|
|
||||||
import { IWebhookNotificationSettings, INotificationTemplates, NotificationType } from "../../interfaces";
|
import { INotificationTemplates, IWebhookNotificationSettings, NotificationType } from "../../interfaces";
|
||||||
import { TesterService } from "../../services";
|
import { TesterService } from "../../services";
|
||||||
import { NotificationService } from "../../services";
|
import { NotificationService } from "../../services";
|
||||||
import { SettingsService } from "../../services";
|
import { SettingsService } from "../../services";
|
||||||
|
|
|
@ -29,7 +29,6 @@ import { MassEmailComponent } from "./massemail/massemail.component";
|
||||||
import { DiscordComponent } from "./notifications/discord.component";
|
import { DiscordComponent } from "./notifications/discord.component";
|
||||||
import { EmailNotificationComponent } from "./notifications/emailnotification.component";
|
import { EmailNotificationComponent } from "./notifications/emailnotification.component";
|
||||||
import { GotifyComponent } from "./notifications/gotify.component";
|
import { GotifyComponent } from "./notifications/gotify.component";
|
||||||
import { WebhookComponent } from "./notifications/webhook.component";
|
|
||||||
import { MattermostComponent } from "./notifications/mattermost.component";
|
import { MattermostComponent } from "./notifications/mattermost.component";
|
||||||
import { MobileComponent } from "./notifications/mobile.component";
|
import { MobileComponent } from "./notifications/mobile.component";
|
||||||
import { NewsletterComponent } from "./notifications/newsletter.component";
|
import { NewsletterComponent } from "./notifications/newsletter.component";
|
||||||
|
@ -38,6 +37,7 @@ import { PushbulletComponent } from "./notifications/pushbullet.component";
|
||||||
import { PushoverComponent } from "./notifications/pushover.component";
|
import { PushoverComponent } from "./notifications/pushover.component";
|
||||||
import { SlackComponent } from "./notifications/slack.component";
|
import { SlackComponent } from "./notifications/slack.component";
|
||||||
import { TelegramComponent } from "./notifications/telegram.component";
|
import { TelegramComponent } from "./notifications/telegram.component";
|
||||||
|
import { WebhookComponent } from "./notifications/webhook.component";
|
||||||
import { OmbiComponent } from "./ombi/ombi.component";
|
import { OmbiComponent } from "./ombi/ombi.component";
|
||||||
import { PlexComponent } from "./plex/plex.component";
|
import { PlexComponent } from "./plex/plex.component";
|
||||||
import { RadarrComponent } from "./radarr/radarr.component";
|
import { RadarrComponent } from "./radarr/radarr.component";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue