Skip to content

Commit

Permalink
Merge pull request #160 from LiamAkkerman/master
Browse files Browse the repository at this point in the history
SupportedApp: Grafana
  • Loading branch information
KodeStar authored Mar 26, 2018
2 parents 479412b + 2ea983b commit 1071b85
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public static function supportedList()
'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,
Expand Down
12 changes: 12 additions & 0 deletions app/SupportedApps/grafana.php
Original file line number Diff line number Diff line change
@@ -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';
}
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Supported applications are recognized by the title of the application as entered
- Duplicati
- Emby
- Gitea
- Grafana
- Graylog
- Jdownloader
- Krusader
Expand Down
Binary file added storage/app/public/supportedapps/grafana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1071b85

Please sign in to comment.