feat(SupportedApps): added Netdata like requested

#65
This commit is contained in:
Futos 2018-02-14 01:04:06 +01:00
parent 592f8f0831
commit 7cfd6e7493
4 changed files with 15 additions and 0 deletions

View file

@ -36,6 +36,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 HomeAssistant implements Contracts\Applications {
public function defaultColour()
{
return '#073c52';
}
public function icon()
{
return 'supportedapps/homeassistant.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