Merge pull request #160 from LiamAkkerman/master

SupportedApp: Grafana
This commit is contained in:
KodeStar 2018-03-26 08:34:56 +01:00 committed by GitHub
commit 1071b85472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

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

View file

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

View file

@ -48,6 +48,7 @@ Supported applications are recognized by the title of the application as entered
- Duplicati
- Emby
- Gitea
- Grafana
- Graylog
- Jdownloader
- Krusader

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB