feat: added Plexpy to supported Apps

This commit is contained in:
Futos 2018-02-09 22:06:19 +01:00
parent 18e1d962b8
commit 11177b73a5
4 changed files with 14 additions and 0 deletions

View file

@ -32,6 +32,7 @@ class Item extends Model
'pFsense' => \App\SupportedApps\Pfsense::class,
'Pihole' => \App\SupportedApps\Pihole::class,
'Plex' => \App\SupportedApps\Plex::class,
'Plexpy' => \App\SupportedApps\Plexpy::class,
'Portainer' => \App\SupportedApps\Portainer::class,
'UniFi' => \App\SupportedApps\Unifi::class,
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Plexpy implements Contracts\Applications {
public function defaultColour()
{
return '#e6b453';
}
public function icon()
{
return 'supportedapps/plexpy.png';
}
}

View file

@ -26,6 +26,7 @@ You can use the app to link to any site or application, but "Supported" apps wil
- pFsense
- Pihole
- Plex
- Plexpy
- Portainer
- UniFi
- Sabnzbd

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB