chore: redefine the actuator page as the overview page (#5509)

#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.14.x

#### What this PR does / why we need it:

将原来的 Actuator 页面改为 Overview。

#### Which issue(s) this PR fixes:

Fixes #5508 

#### Does this PR introduce a user-facing change?

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-03-15 23:30:11 +08:00
committed by GitHub
parent 0843747abc
commit 5cf4eae583
7 changed files with 44 additions and 44 deletions

View File

@@ -209,7 +209,7 @@ onMounted(() => {
class="mt-auto p-4 text-center text-sm"
>
<span class="text-gray-600">Powered by </span>
<RouterLink to="/actuator" class="hover:text-gray-600">
<RouterLink to="/overview" class="hover:text-gray-600">
Halo
</RouterLink>
</footer>