Skip to content

Commit

Permalink
Remove unused sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Oct 17, 2024
1 parent 65bc52b commit 4b6c61b
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<nav class="sb-sidenav-menu-nested nav">
<a class="nav-link"
th:href="${@springdogProperties.computeAbsolutePath('/rate-limit')}">Manage</a>
<a class="nav-link"
th:href="${@springdogProperties.computeAbsolutePath('/rate-limit/monitor')}">Monitor</a>
<!-- <a class="nav-link"-->
<!-- th:href="${@springdogProperties.computeAbsolutePath('/rate-limit/monitor')}">Monitor</a>-->
</nav>
</div>

Expand Down Expand Up @@ -134,12 +134,6 @@

<div class="sb-sidenav-menu-heading">Service Setting</div>

<a class="nav-link" th:href="${@springdogProperties.computeAbsolutePath('/change-pw')}">
<div class="sb-nav-link-icon">
</div>
Change Password
</a>

<a class="nav-link" th:href="${@springdogProperties.computeAbsolutePath('/logout')}">
<div class="sb-nav-link-icon">
<svg aria-hidden="true" class="svg-inline--fa fa-arrow-right-from-bracket"
Expand Down

0 comments on commit 4b6c61b

Please sign in to comment.