feat: Schedule bookings
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
<IonIcon slot="start" :icon="layersOutline" />
|
||||
<IonLabel>Templates</IonLabel>
|
||||
</IonItem>
|
||||
<IonItem button router-link="/admin/reservations" router-direction="root" @click="closeMenu">
|
||||
<IonIcon slot="start" :icon="bookmarkOutline" />
|
||||
<IonLabel>Manage Bookings</IonLabel>
|
||||
</IonItem>
|
||||
</template>
|
||||
|
||||
<!-- Admin only -->
|
||||
@@ -87,7 +91,7 @@ import {
|
||||
import {
|
||||
homeOutline, calendarOutline, boatOutline, personOutline,
|
||||
bookOutline, calendarNumberOutline, peopleOutline, constructOutline, logOutOutline,
|
||||
layersOutline, settingsOutline,
|
||||
layersOutline, settingsOutline, bookmarkOutline,
|
||||
} from 'ionicons/icons'
|
||||
import { useAuthStore } from '~/stores/auth'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user