commit
d1e473aafe
4 changed files with 14 additions and 0 deletions
|
@ -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,
|
||||
];
|
||||
}
|
||||
|
|
12
app/SupportedApps/Watcher3.php
Normal file
12
app/SupportedApps/Watcher3.php
Normal 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';
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
BIN
storage/app/public/supportedapps/watcher3.png
Normal file
BIN
storage/app/public/supportedapps/watcher3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in a new issue