Browse Source
Merge branch 'master' into adding-new-foundation-apps
pull/90/head
KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
app/SupportedApps/Deluge.php
-
config/app.php
-
resources/views/supportedapps/nzbget.blade.php
|
|
@ -3,7 +3,7 @@ |
|
|
|
class Deluge implements Contracts\Applications { |
|
|
|
public function defaultColour() |
|
|
|
{ |
|
|
|
return '#98b0cc'; |
|
|
|
return '#357'; |
|
|
|
} |
|
|
|
public function icon() |
|
|
|
{ |
|
|
|
|
|
@ -14,7 +14,7 @@ return [ |
|
|
|
*/ |
|
|
|
|
|
|
|
'name' => env('APP_NAME', 'Heimdall'), |
|
|
|
'version' => '1.3.3', |
|
|
|
'version' => '1.3.4', |
|
|
|
|
|
|
|
/* |
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
</div> |
|
|
|
<div class="input"> |
|
|
|
<label>{{ __('app.apps.password') }}</label> |
|
|
|
<input type="password" name="config[password]" value="{{ $item->config->password }}" placeholder="{{ __('app.apps.password') }}" class="form-control config-item" data-config="password" /> |
|
|
|
<input type="password" name="config[password]" value="{{ $item->config->password or '' }}" placeholder="{{ __('app.apps.password') }}" class="form-control config-item" data-config="password" /> |
|
|
|
</div> |
|
|
|
<div class="input"> |
|
|
|
<button style="margin-top: 32px;" class="btn test" id="test_config">Test</button> |
|
|
|