feat: reservation modal now usable.
This commit is contained in:
@@ -87,10 +87,7 @@ async function deleteReservation(id, name) {
|
||||
}
|
||||
}
|
||||
|
||||
function editReservation(id) {
|
||||
// For now, just show alert - can implement edit modal later
|
||||
alert('Edit functionality coming soon. For now, delete and recreate the reservation.');
|
||||
}
|
||||
// editReservation is defined in fleet_calendar.html
|
||||
</script>
|
||||
{% else %}
|
||||
<div class="text-center py-8">
|
||||
|
||||
Reference in New Issue
Block a user