Add last_updated field to be able to track outdated information / lost items
This commit is contained in:
parent
99df802a40
commit
1bf4eb801f
5 changed files with 22 additions and 2 deletions
|
@ -43,6 +43,9 @@
|
|||
|
||||
<label for="hidden">Hide by default</label>
|
||||
<input type="checkbox" id="hidden">
|
||||
|
||||
<label for="last_updated">Last updated</label>
|
||||
<input id="last_updated" type="text" disabled>
|
||||
</form>
|
||||
|
||||
<button id="delete" class="btn red" autocomplete="off">Delete</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue