aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r--templates/index.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index 9bb7512..ae7f674 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -8,6 +8,7 @@
<th scope="col">Title</th>
<th scope="col">Link</th>
<th scope="col">Output</th>
+ <th scope="col">Status</th>
<th scope="col"></th>
</tr>
</thead>
@@ -19,6 +20,9 @@
<td>{{ .Link }}</td>
<td>{{ .OutputFolder }}</td>
<td>
+ <span id="status_{{ .ID }}" class="tag is-primary is-light"></span>
+ </td>
+ <td>
<a href="entries/{{ .ID }}" >Edit</a>
</span>
<a onclick="deleteEntry({{ .ID }})">Delete</a>