radarrplexorganizrnginxsonarrdashboardserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
419 B
11 lines
419 B
<h2>Config (optional)</h2>
|
|
<div class="items">
|
|
<div class="input">
|
|
<label>Username</label>
|
|
{!! Form::text('config[username]', null, array('placeholder' => 'Username', 'class' => 'form-control')) !!}
|
|
</div>
|
|
<div class="input">
|
|
<label>Password</label>
|
|
{!! Form::text('config[password]', null, array('placeholder' => 'Password', 'class' => 'form-control')) !!}
|
|
</div>
|
|
</div>
|