Merge pull request #151 from halorrr/patch-3

SupportedApp: Watcher3
This commit is contained in:
KodeStar 2018-03-21 12:59:41 +00:00 committed by GitHub
commit d1e473aafe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -68,6 +68,7 @@ class Item extends Model
'UniFi' => \App\SupportedApps\Unifi::class,
'pfSense' => \App\SupportedApps\Pfsense::class,
'ruTorrent' => \App\SupportedApps\ruTorrent::class,
'Watcher3' => \App\SupportedApps\Watcher3::class,
'WebTools' => \App\SupportedApps\WebTools::class,
];
}

View file

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

View file

@ -68,6 +68,7 @@ You can use the app to link to any site or application, but Foundation apps will
- UniFI
- pfSense
- rTorrent/ruTorrent
- Watcher3
- WebTools
## Installing

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB