Browse Source

Add Flood

pull/197/head
Caleb Dunn 7 years ago
parent
commit
3e4aacb2b0
  1. 12
      app/SupportedApps/Flood.php
  2. 1
      readme.md
  3. BIN
      storage/app/public/supportedapps/Flood.png

12
app/SupportedApps/Flood.php

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Flood implements Contracts\Applications {
public function defaultColour()
{
return '##00D091';
}
public function icon()
{
return 'supportedapps/Flood.png';
}
}

1
readme.md

@ -74,6 +74,7 @@ Supported applications are recognized by the title of the application as entered
- unRAID
- pfSense
- pyLoad
- rTorrent/Flood
- rTorrent/ruTorrent
- Syncthing
- Watcher3

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save