Working with hard resets
This commit is contained in:
@@ -53,6 +53,11 @@ function buildButtonModel(table: any) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ label: 'Restart' },
|
{ label: 'Restart' },
|
||||||
|
{ label: 'Hard Start',
|
||||||
|
command: () => {
|
||||||
|
axios.post(`http://localhost/api/tables/${table.id}:start`, {"hard": "True"}).then(() => loadTables())
|
||||||
|
}
|
||||||
|
},
|
||||||
{ separator: true },
|
{ separator: true },
|
||||||
{
|
{
|
||||||
label: 'Delete',
|
label: 'Delete',
|
||||||
|
|||||||
Reference in New Issue
Block a user