mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Disable search until registry is loaded and fix sorting by version
... and always display a scrollbar.
This commit is contained in:
parent
f75a839cd0
commit
2393dcd652
3 changed files with 4 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
<h2>Available plugins</h2>
|
||||
<form>
|
||||
<input type="text" name="search" placeholder="Search for plugins to install" id="search-query">
|
||||
<input type="text" name="search" disabled placeholder="Search for plugins to install" id="search-query">
|
||||
</form>
|
||||
|
||||
<table>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<tr>
|
||||
<th class="sort up" data-label="name">Name</th>
|
||||
<th class="sort none" data-label="description">Description</th>
|
||||
<th class="sort none" data-label="Version">Version</th>
|
||||
<th class="sort none" data-label="version">Version</th>
|
||||
<td></td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue