We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b075aba commit 78bd404Copy full SHA for 78bd404
1 file changed
bioMedical/src/main/resources/templates/admin/appointment.html
@@ -75,6 +75,13 @@
75
<i class="fas fa-fw fa-tachometer-alt"></i>
76
<span>User Details</span>
77
</a>
78
+ </li>
79
+ <li class="nav-item active ">
80
+ <a class="nav-link " th:href="@{/admin/admin-details}">
81
+
82
+ <i class="fas fa-fw fa-tachometer-alt"></i>
83
+ <span>Appointments</span>
84
+ </a>
85
</li>
86
<li class="nav-item ">
87
<a class="nav-link " th:href="@{/admin/doctor-details}">
@@ -83,7 +90,7 @@
90
<span>Doctor Details</span>
91
92
- <li class="nav-item active ">
93
+ <li class="nav-item ">
94
<a class="nav-link " th:href="@{/admin/admin-details}">
88
95
89
96
0 commit comments