Browse Source

Merge pull request #160 from LiamAkkerman/master

SupportedApp: Grafana
pull/164/head 1.4.8
KodeStar 7 years ago
committed by GitHub
parent
commit
1071b85472
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/grafana.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/grafana.png

1
app/Item.php

@ -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,

12
app/SupportedApps/grafana.php

@ -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
readme.md

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

BIN
storage/app/public/supportedapps/grafana.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save