fix bug on device add/edit page with mikrotik api fields showing
This commit is contained in:
parent
f7b5e63429
commit
94bcf8ac4e
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<%= if @form[:mikrotik_enabled].value do %>
|
||||
<%= if @form[:mikrotik_enabled].value == true do %>
|
||||
<div class="col-span-full">
|
||||
<.input
|
||||
field={@form[:mikrotik_username]}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue