diff --git a/rhodecode/templates/admin/settings/settings_mapping.html b/rhodecode/templates/admin/settings/settings_mapping.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/admin/settings/settings_mapping.html @@ -0,0 +1,36 @@ +${h.form(url('admin_settings_mapping'), method='post')} +
+
+
+
+ +
+
+
+ ${h.checkbox('destroy',True)} + +
+ ${_('In case a repository was deleted from filesystem and it still exists in the database check this option to scan obsolete data in database and remove it.')} + +
+ ${h.checkbox('invalidate',True)} + +
+ ${_('Each cache data for repositories will be cleaned with this option selected. Use this to reload data and clear cache keys.')} + +
+ ${h.checkbox('hooks',True)} + +
+ ${_('Verify if RhodeCodes GIT hooks are installed for each repository. Current hooks will be updated to latest version')} +
+ +
+
+ +
+ ${h.submit('rescan',_('Rescan Repositories'),class_="btn")} +
+
+ +${h.end_form()}