mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
@@ -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 |
Reference in New Issue
Block a user