mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: best visibility of concerts or rehersal in the diary, add button do delete a concert
This commit is contained in:
parent
49979fda39
commit
4610143e2f
2 changed files with 10 additions and 2 deletions
|
|
@ -174,6 +174,8 @@ function showHistoryDetail(id) {
|
|||
getSetlist: () => api.get('/api/setlists/next'),
|
||||
createSetlist: (data) => api.post('/api/setlists', data),
|
||||
emptyMessage: 'Aucun concert à venir pour le moment.',
|
||||
allowDelete: true,
|
||||
onDeleted: () => nextEditor.load(),
|
||||
});
|
||||
|
||||
document.getElementById('tab-next').addEventListener('click', () => switchTab('next'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue