Fix updating the uses (#6)
* update the usescsv db row when uses change * add a created column for visual aid of the created links * allow decrease uses
This commit is contained in:
parent
13ca6ed5c4
commit
d8b6ac40bc
2 changed files with 27 additions and 1 deletions
|
|
@ -43,6 +43,12 @@ new Vue({
|
|||
label: 'Wait',
|
||||
field: 'wait_time'
|
||||
},
|
||||
{
|
||||
name: 'uses',
|
||||
align: 'right',
|
||||
label: 'Created',
|
||||
field: 'uses'
|
||||
},
|
||||
{
|
||||
name: 'uses_left',
|
||||
align: 'right',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue