Browse Source

add grafana app php

pull/160/head
Liam B. Akkerman 7 years ago
committed by GitHub
parent
commit
2d38652034
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/SupportedApps/grafana.php

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'; #icon does not exist yet
}
}
Loading…
Cancel
Save