diff --git a/src/TableManager.vue b/src/TableManager.vue index d07caa1..9f80ee4 100644 --- a/src/TableManager.vue +++ b/src/TableManager.vue @@ -53,6 +53,11 @@ function buildButtonModel(table: any) { }, }, { label: 'Restart' }, + { label: 'Hard Start', + command: () => { + axios.post(`http://localhost/api/tables/${table.id}:start`, {"hard": "True"}).then(() => loadTables()) + } + }, { separator: true }, { label: 'Delete',