mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
plugin update table made responsive
This commit is contained in:
parent
51e8bf14c7
commit
e456813f91
1 changed files with 3 additions and 3 deletions
|
@ -16,12 +16,12 @@
|
||||||
|
|
||||||
<form id="pluginUpdatesForm">
|
<form id="pluginUpdatesForm">
|
||||||
|
|
||||||
<table id="tblPluginUpdates">
|
<table id="tblPluginUpdates" class="ui-responsive table-stroke" data-role="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Automatic updates</th>
|
<th data-priority="2">Automatic updates</th>
|
||||||
<th>Update level</th>
|
<th data-priority="3">Update level</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="tbodyPluginUpdates"></tbody>
|
<tbody id="tbodyPluginUpdates"></tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue