Merge pull request #79 from Futos/netdata

Netdata
This commit is contained in:
KodeStar 2018-02-14 17:10:47 +00:00 committed by GitHub
commit 25d2897fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 0 deletions

View file

@ -37,6 +37,7 @@ class Item extends Model
'NZBGet' => \App\SupportedApps\Nzbget::class,
'Openhab' => \App\SupportedApps\Openhab::class,
'pFsense' => \App\SupportedApps\Pfsense::class,
'Netdata' => \App\SupportedApps\Netdata::class,
'Pihole' => \App\SupportedApps\Pihole::class,
'Plex' => \App\SupportedApps\Plex::class,
'Plexpy' => \App\SupportedApps\Plexpy::class,

View file

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

View file

@ -26,8 +26,10 @@ You can use the app to link to any site or application, but Foundation apps will
- Jdownloader
- Mcmyadmin
- NZBGet
- Netdata
- Nextcloud
- Openhab
- Pihole
- Plex
- Plexpy
- Plexrequests

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB