diff --git a/templates/user/dashboard/repolist.tmpl b/templates/user/dashboard/repolist.tmpl index 20638aab41..5d78970a58 100644 --- a/templates/user/dashboard/repolist.tmpl +++ b/templates/user/dashboard/repolist.tmpl @@ -2,7 +2,7 @@ const data = { ...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid - isMirrorsEnabled: {{.IsMirrorsEnabled}}, + isMirrorsEnabled: {{.MirrorsEnabled}}, isStarsEnabled: {{not .IsDisableStars}}, textRepository: {{.locale.Tr "repository"}},