add html input

This commit is contained in:
Christopher 2020-10-24 13:25:53 +02:00
parent a4277a3648
commit efe0879b04
1 changed files with 7 additions and 1 deletions

View File

@ -76,7 +76,13 @@
<pre id="consoleview" class="pre-scrollable" style="width: 100%; min-height: 350px; max-height: 350px; height: 350px; overflow-y: scroll;">
%%ContainerLogOutput%%
</pre>
</div>
</div>
<div class="form-group float-lb">
<div class="nk-int-st">
<input type="text" class="form-control">
<label class="nk-label">...</label>
</div>
</div>
</div>
</div>
</div>