Browse Source

Merge pull request #230 from CHBMB/patch-1

PfSense update
pull/243/head
KodeStar 7 years ago
committed by GitHub
parent
commit
0663e236b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/SupportedApps/Pfsense.php
  2. BIN
      storage/app/public/supportedapps/pfsense.png

4
app/SupportedApps/Pfsense.php

@ -3,10 +3,10 @@
class Pfsense implements Contracts\Applications {
public function defaultColour()
{
return '#4e4742';
return '#243699';
}
public function icon()
{
return 'supportedapps/pfsense.png';
}
}
}

BIN
storage/app/public/supportedapps/pfsense.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save