Browse Source

Merge branch 'master' into adding-new-foundation-apps

pull/90/head
KodeStar 7 years ago
committed by GitHub
parent
commit
86ffa86800
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/SupportedApps/Deluge.php
  2. 2
      config/app.php
  3. 2
      resources/views/supportedapps/nzbget.blade.php

2
app/SupportedApps/Deluge.php

@ -3,7 +3,7 @@
class Deluge implements Contracts\Applications { class Deluge implements Contracts\Applications {
public function defaultColour() public function defaultColour()
{ {
return '#98b0cc'; return '#357';
} }
public function icon() public function icon()
{ {

2
config/app.php

@ -14,7 +14,7 @@ return [
*/ */
'name' => env('APP_NAME', 'Heimdall'), 'name' => env('APP_NAME', 'Heimdall'),
'version' => '1.3.3', 'version' => '1.3.4',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

2
resources/views/supportedapps/nzbget.blade.php

@ -7,7 +7,7 @@
</div> </div>
<div class="input"> <div class="input">
<label>{{ __('app.apps.password') }}</label> <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>
<div class="input"> <div class="input">
<button style="margin-top: 32px;" class="btn test" id="test_config">Test</button> <button style="margin-top: 32px;" class="btn test" id="test_config">Test</button>

Loading…
Cancel
Save