Skip to content

Commit

Permalink
Hide migration failed by default (#14188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu authored Dec 30, 2020
1 parent af2fe9a commit c074e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/migrate/migrating.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div id="repo_migrating_progress">
<p>{{.i18n.Tr "repo.migrate.migrating" .CloneAddr | Safe}}</p>
</div>
<div id="repo_migrating_failed">
<div id="repo_migrating_failed" hidden>
<p>{{.i18n.Tr "repo.migrate.migrating_failed" .CloneAddr | Safe}}</p>
<p id="repo_migrating_failed_error"></p>
</div>
Expand Down

0 comments on commit c074e46

Please sign in to comment.