Skip to content

Commit

Permalink
Merge pull request #2035 from fischl3r/patch-1
Browse files Browse the repository at this point in the history
Update tab_m.html
  • Loading branch information
arteck authored Jan 4, 2024
2 parents b3ec0a2 + 5826f6b commit 2797887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tab_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h5 class="translate center-align">Zigbee adapter</h5>
<li>
<div class="col main-toolbar-table-types-tools main-toolbar-table-filter input-field" style="line-height: 24px;">
<i class="material-icons prefix" style="line-height: 24px;">search</i>
<input id="device-search" class="filter-input translateP" placeholder="Искать" autocomplete="new-password" readonly="readonly" onfocus="if (this.hasAttribute('readonly')) {this.removeAttribute('readonly'); this.blur(); this.focus();}" data-lang-placeholder="Filter">
<input id="device-search" class="filter-input translateP" placeholder="Искать" readonly="readonly" onfocus="if (this.hasAttribute('readonly')) {this.removeAttribute('readonly'); this.blur(); this.focus();}" data-lang-placeholder="Filter">
<a class="filter-clear btn-floating btn-very-small translateT red lighten-3" title="Очистить" data-lang-title="clear" style="display: none;"><i class="material-icons">clear</i></a>
</div>

Expand Down

0 comments on commit 2797887

Please sign in to comment.