mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
supported apps stuff
This commit is contained in:
@@ -52,9 +52,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@if(isset($item) && $item->config)
|
||||
<div id="sapconfig" style="display: block;">
|
||||
@if(isset($item))
|
||||
@include('supportedapps.'.$item->config->view)
|
||||
@endif
|
||||
</div>
|
||||
@else
|
||||
<div id="sapconfig"></div>
|
||||
|
||||
@endif
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<h2>Config (optional)</h2>
|
||||
<div class="items">
|
||||
<input type="hidden" name="config[type]" value="\App\SupportedApps\Nzbget" />
|
||||
<div class="input">
|
||||
<label>Username</label>
|
||||
{!! Form::text('config[username]', null, array('placeholder' => 'Username', 'class' => 'form-control')) !!}
|
||||
|
||||
Reference in New Issue
Block a user