mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix device advanced search
Device search button was not functioning due to a id mismatch. This commit fixes the issue. Fixes entgra/product-iots#7
This commit is contained in:
parent
a01886cb37
commit
5300a7f363
@ -82,7 +82,7 @@
|
||||
required.</label>
|
||||
</div>
|
||||
<div class="col-md-2 form-group wr-input-control col-fixed-right">
|
||||
<button id="device-search-btn add-custom-param" class="wr-btn">Search</button>
|
||||
<button id="device-search-btn" class="wr-btn">Search</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user