%inherit file="/base.mako"/>
<%namespace file="/message.mako" import="render_msg" />
<%namespace file="/admin/tool_shed_repository/repository_actions_menu.mako" import="*" />
<%def name="stylesheets()">
${parent.stylesheets()}
${h.css( "library" )}
%def>
<%def name="javascripts()">
${parent.javascripts()}
%def>
${render_galaxy_repository_actions( repository )}
%if message:
${render_msg( message, status )}
%endif
The following repositories will be inspected and repaired in the order listed to ensure each repository and all of its tool dependencies are
correctly installed.
Existing system processes associated with repositories or tool dependencies that are currently being installed will not be automatically
terminated. If possible, make sure no installation processes are still running for repositories whose status is or includes cloning,
setting tool versions, installing repository dependencies, or installing tool dependencies before clicking the Repair
button.
All repositories that do not display an Installed status will be removed from disk and reinstalled.
Click Repair to inspect and repair these repositories.