Merge pull request #166 from halorrr/patch-1

SupportedApp: Syncthing
This commit is contained in:
KodeStar
2018-04-06 09:02:50 +01:00
committed by GitHub
4 changed files with 13 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class Item extends Model
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,
'Sickrage' => \App\SupportedApps\Sickrage::class,
'Sonarr' => \App\SupportedApps\Sonarr::class,
'Syncthing' => \App\SupportedApps\Syncthing::class,
'Tautulli' => \App\SupportedApps\Tautulli::class,
'Transmission' => \App\SupportedApps\Transmission::class,
'Traefik' => \App\SupportedApps\Traefik::class,

View File

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

View File

@@ -73,6 +73,7 @@ Supported applications are recognized by the title of the application as entered
- pfSense
- pyLoad
- rTorrent/ruTorrent
- Syncthing
- Watcher3
- WebTools

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB