mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
removed incident history button
This commit is contained in:
parent
2f096a9200
commit
2b586e900a
|
@ -57,12 +57,6 @@
|
|||
</router-link>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<router-link to="/incident-history" class="dropdown-item" :class="{ active: $route.path.includes('manage-incident-history') }">
|
||||
<font-awesome-icon icon="bullhorn" /> {{ $t("Incident History") }}
|
||||
</router-link>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<router-link to="/settings/general" class="dropdown-item" :class="{ active: $route.path.includes('settings') }">
|
||||
<font-awesome-icon icon="cog" /> {{ $t("Settings") }}
|
||||
|
|
Loading…
Reference in a new issue