Foundation App for Glances

Default color is the backgroundcolor of the official site.
This commit is contained in:
frenos 2018-03-07 17:39:45 +01:00
parent c4a4d25f7e
commit 424155e5cd
3 changed files with 15 additions and 0 deletions

View file

@ -31,6 +31,7 @@ class Item extends Model
'Duplicati' => \App\SupportedApps\Duplicati::class,
'Emby' => \App\SupportedApps\Emby::class,
'Gitea' => \App\SupportedApps\Gitea::class,
'Glances' => \App\SupportedApps\Glances::class,
'Graylog' => \App\SupportedApps\Graylog::class,
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
'Jackett' => \App\SupportedApps\Jackett::class,

View file

@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class Glances implements Contracts\Applications {
public function defaultColour()
{
return '#2c363f';
}
public function icon()
{
return 'supportedapps/glances.png';
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB