From c88efa8dbca5e5e80efe23f8ea7b3d44502778f9 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Wed, 17 Oct 2018 08:33:42 +0100 Subject: [PATCH] Fix broken config --- resources/views/supportedapps/deluge.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/views/supportedapps/deluge.blade.php b/resources/views/supportedapps/deluge.blade.php index 70f86a5d..fabd5791 100644 --- a/resources/views/supportedapps/deluge.blade.php +++ b/resources/views/supportedapps/deluge.blade.php @@ -1,6 +1,15 @@

{{ __('app.apps.config') }} ({{ __('app.optional') }})

+ +
+ + {!! Form::text('config[override_url]', null, array('placeholder' => __('app.apps.override'), 'id' => 'override_url', 'class' => 'form-control')) !!} +
+
+ + {!! Form::text('config[username]', null, array('placeholder' => __('app.apps.username'), 'data-config' => 'username', 'class' => 'form-control config-item')) !!} +
{!! Form::text('config[password]', null, array('placeholder' => __('app.apps.password'), 'data-config' => 'password', 'class' => 'form-control config-item')) !!}