Browse Source
feat: added Traefik as a supported App, also sorted lines alphabetically closes #28pull/39/head^2
KodeStar
7 years ago
committed by
GitHub
4 changed files with 19 additions and 5 deletions
@ -0,0 +1,12 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Traefik implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#427d8c'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/traefik.png'; |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in new issue