add grafana app php
This commit is contained in:
parent
44ce0bbffd
commit
2d38652034
1 changed files with 12 additions and 0 deletions
12
app/SupportedApps/grafana.php
Normal file
12
app/SupportedApps/grafana.php
Normal 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'; #icon does not exist yet
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue