This commit is contained in:
2024-11-05 10:11:11 +01:00
parent 59bd5f6b78
commit c2bf40c1a4
80 changed files with 7291 additions and 1 deletions
@@ -1,5 +1,17 @@
<template>
<div>
<b-dropdown-item to="/charge">
<font-awesome-icon icon="asterisk" />
<span>Charge</span>
</b-dropdown-item>
<b-dropdown-item to="/event">
<font-awesome-icon icon="asterisk" />
<span>Event</span>
</b-dropdown-item>
<b-dropdown-item to="/registration">
<font-awesome-icon icon="asterisk" />
<span>Registration</span>
</b-dropdown-item>
<!-- jhipster-needle-add-entity-to-menu - JHipster will add entities to the menu here -->
</div>
</template>