Skip to content

Commit

Permalink
Adding Expiration Minutes to Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Albani committed Nov 9, 2018
1 parent 81e1de0 commit 1a50038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygmyui/templates/pygmy/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<th>Short Link</th>
<th>Created On</th>
<th><span title="Secret key">Secret Key</span></th>
<th><span title="Link until expiration ">Expire Minutes</span></th>
<th><span title="Link expire status">Expired</span></th>
<th><span title="URL unique hits">Hits</span></th>
<th><span title="Click stats">Stats</span></th>
Expand All @@ -24,6 +25,7 @@
<td><a href="/{{ link.short_code }}" target="_blank">{{ link.short_url }}</a></td>
<td>{{ link.created_at }}</td>
<td>{{ link.secret_key|default:"--" }}</td>
<td>{{ link.expire_after }}</td>
<td>{{ link.is_disabled }}</td>
<td>{{ link.hits_counter }}</td>
<td><a href="/{{ link.short_code }}+">{{ link.short_code }}+</a></td>
Expand Down

0 comments on commit 1a50038

Please sign in to comment.