Browse Source

Merge pull request #190 from ullbergm/app-Mylar

Foundation App: Mylar
pull/207/head
KodeStar 7 years ago
committed by GitHub
parent
commit
926a9bdb03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 6
      app/SupportedApps/Mylar.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/librenms.png
  5. BIN
      storage/app/public/supportedapps/mylar.png

1
app/Item.php

@ -48,6 +48,7 @@ class Item extends Model
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class, 'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class, 'Medusa' => \App\SupportedApps\Medusa::class,
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class, 'MusicBrainz' => \App\SupportedApps\MusicBrainz::class,
'Mylar' => \App\SupportedApps\Mylar::class,
'NZBGet' => \App\SupportedApps\Nzbget::class, 'NZBGet' => \App\SupportedApps\Nzbget::class,
'Netdata' => \App\SupportedApps\Netdata::class, 'Netdata' => \App\SupportedApps\Netdata::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class, 'Nextcloud' => \App\SupportedApps\Nextcloud::class,

6
app/SupportedApps/LibreNMS.php → app/SupportedApps/Mylar.php

@ -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';
} }
} }

1
readme.md

@ -60,6 +60,7 @@ Supported applications are recognized by the title of the application as entered
- McMyAdmin - McMyAdmin
- Medusa - Medusa
- MusicBrainz - MusicBrainz
- Mylar
- NZBhydra & NZBhydra2 - NZBhydra & NZBhydra2
- Netdata - Netdata
- Nextcloud - Nextcloud

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save