Merge pull request #145 from halorrr/master

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

View file

@ -66,6 +66,7 @@ class Item extends Model
'UniFi' => \App\SupportedApps\Unifi::class,
'pFsense' => \App\SupportedApps\Pfsense::class,
'ruTorrent' => \App\SupportedApps\ruTorrent::class,
'WebTools' => \App\SupportedApps\WebTools::class,
];
}
public static function supportedOptions()

View file

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

View file

@ -66,6 +66,7 @@ You can use the app to link to any site or application, but Foundation apps will
- UniFI
- pfSense
- rTorrent/ruTorrent
- WebTools
## Installing
Apart from the Laravel dependencies, namely PHP >= 7.0.0, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension and XML PHP Extension, the only other thing Heimdall needs is sqlite support.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB