mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
add grafana app php
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user