KodeStar
7 years ago
committed by
GitHub
6 changed files with 14 additions and 14 deletions
@ -1,12 +0,0 @@ |
|||||
<?php namespace App\SupportedApps; |
|
||||
|
|
||||
class LazyLibrarian implements Contracts\Applications { |
|
||||
public function defaultColour() |
|
||||
{ |
|
||||
return '#a50'; |
|
||||
} |
|
||||
public function icon() |
|
||||
{ |
|
||||
return 'supportedapps/lazylibrarian.png'; |
|
||||
} |
|
||||
} |
|
@ -0,0 +1,12 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class LibreNMS implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#e77'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/librenms.png'; |
||||
|
} |
||||
|
} |
Before Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in new issue