Working with hard resets

This commit is contained in:
iamBadgers
2026-04-18 21:40:55 -07:00
parent 92064b7187
commit 8be9516dfd

View File

@@ -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',