committed by
GitHub
5 changed files with 5 additions and 3 deletions
@ -1,12 +1,12 @@ |
|||||
<?php namespace App\SupportedApps; |
<?php namespace App\SupportedApps; |
||||
|
|
||||
class LibreNMS implements Contracts\Applications { |
class Mylar implements Contracts\Applications { |
||||
public function defaultColour() |
public function defaultColour() |
||||
{ |
{ |
||||
return '#e77'; |
return '#aa0'; |
||||
} |
} |
||||
public function icon() |
public function icon() |
||||
{ |
{ |
||||
return 'supportedapps/librenms.png'; |
return 'supportedapps/mylar.png'; |
||||
} |
} |
||||
} |
} |
Before Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in new issue