Skip to content

Commit

Permalink
Remove incorrect element ID on "post-install" page (#25104)
Browse files Browse the repository at this point in the history
That ID is a "copy&paste" error, it conflicts with the
`initRepoMigrationStatusChecker` logic, which is the right function for
a real `#repo_migrating` element. That wrong ID causes incorrect page
navigation after installation.
  • Loading branch information
wxiaoguang committed Jun 8, 2023
1 parent 447ee66 commit 3d020b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/post-install.tmpl
Expand Up @@ -5,9 +5,9 @@
<div class="sixteen wide column content">
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div id="repo_migrating" class="sixteen wide center aligned centered column">
<div class="sixteen wide center aligned centered column">
<div>
<img src="{{AssetUrlPrefix}}/img/loading.png">
<img src="{{AssetUrlPrefix}}/img/loading.png" alt="{{.locale.Tr "loading"}}">
</div>
</div>
</div>
Expand Down

0 comments on commit 3d020b5

Please sign in to comment.