Add data-title for responsive tables
parent
34fd7726bd
commit
d2409288be
|
@ -43,9 +43,9 @@
|
|||
</thead>
|
||||
<tbody class="template">
|
||||
<tr id="installed-plugin-template">
|
||||
<td class="name"></td>
|
||||
<td class="description"></td>
|
||||
<td class="version"></td>
|
||||
<td class="name" data-title="Name"></td>
|
||||
<td class="description" data-title="Description"></td>
|
||||
<td class="version" data-title="Version"></td>
|
||||
<td class="actions">
|
||||
<input type="button" value="Uninstall" class="do-uninstall">
|
||||
</td>
|
||||
|
@ -74,9 +74,9 @@
|
|||
</thead>
|
||||
<tbody class="template">
|
||||
<tr>
|
||||
<td class="name"></td>
|
||||
<td class="description"></td>
|
||||
<td class="version"></td>
|
||||
<td class="name" data-title="Name"></td>
|
||||
<td class="description" data-title="Description"></td>
|
||||
<td class="version" data-title="Version"></td>
|
||||
<td class="actions">
|
||||
<input type="button" value="Install" class="do-install">
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue