summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2015-01-24 12:49:17 +0100
committerStefan <mu.stefan@googlemail.com>2015-01-24 12:49:17 +0100
commit713b369fc3d3576650e377d9b51abf09f2c1f9f3 (patch)
tree4915c75bf37b67b326469f13ea9fdadac275819a /src/templates
parent4ecf0dfad2636a7d4d73dcda1bb51d1ad1a7eec7 (diff)
downloadetherpad-lite-713b369fc3d3576650e377d9b51abf09f2c1f9f3.zip
Add 'last update' column to plugins table
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/admin/plugins.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html
index 96ed08fb..71c4dbcc 100644
--- a/src/templates/admin/plugins.html
+++ b/src/templates/admin/plugins.html
@@ -78,6 +78,7 @@
<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="time">Last update</th>
<td></td>
</tr>
</thead>
@@ -86,6 +87,7 @@
<td class="name" data-label="Name"></td>
<td class="description" data-label="Description"></td>
<td class="version" data-label="Version"></td>
+ <td class="time" data-label="Time"></td>
<td>
<div class="actions">
<input type="button" value="Install" class="do-install">