Skip to content

Commit

Permalink
update the server config link system info page
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Aug 17, 2024
1 parent 6341ab2 commit d1e31a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Release Notes.
Apollo 2.4.0

------------------
*
* [Update the server config link in system info page](https://github.com/apolloconfig/apollo/pull/5204)

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/15?closed=1)
2 changes: 1 addition & 1 deletion apollo-portal/src/main/resources/static/system_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>{{'SystemInfo.Title' | translate }}
</h3>
<h6 ng-show="systemInfo.version">{{'SystemInfo.SystemVersion' | translate }}: {{systemInfo.version}}
</h6>
<h6 translate="SystemInfo.Tips1" translate-value-server-config-url="server_config.html"
<h6 translate="SystemInfo.Tips1" translate-value-server-config-url="server_config_manage.html"
translate-value-wiki-url="https://www.apolloconfig.com/#/zh/deployment/distributed-deployment-guide">
</h6>

Expand Down

0 comments on commit d1e31a7

Please sign in to comment.