Merge pull request #190 from ullbergm/app-Mylar

Foundation App: Mylar
This commit is contained in:
KodeStar 2018-06-13 15:18:41 +01:00 committed by GitHub
commit 926a9bdb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 3 deletions

View file

@ -48,6 +48,7 @@ class Item extends Model
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class,
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class,
'Mylar' => \App\SupportedApps\Mylar::class,
'NZBGet' => \App\SupportedApps\Nzbget::class,
'Netdata' => \App\SupportedApps\Netdata::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class,

View file

@ -1,12 +1,12 @@
<?php namespace App\SupportedApps;
class LibreNMS implements Contracts\Applications {
class Mylar implements Contracts\Applications {
public function defaultColour()
{
return '#e77';
return '#aa0';
}
public function icon()
{
return 'supportedapps/librenms.png';
return 'supportedapps/mylar.png';
}
}

View file

@ -60,6 +60,7 @@ Supported applications are recognized by the title of the application as entered
- McMyAdmin
- Medusa
- MusicBrainz
- Mylar
- NZBhydra & NZBhydra2
- Netdata
- Nextcloud

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB