commit
926a9bdb03
5 changed files with 5 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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';
|
||||
}
|
||||
}
|
|
@ -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 |
BIN
storage/app/public/supportedapps/mylar.png
Normal file
BIN
storage/app/public/supportedapps/mylar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue