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

This commit is contained in:
KodeStar 2018-02-15 20:45:08 +00:00 committed by GitHub
commit 86ffa86800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -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>