commit/galaxy-central: jmchilton: Merged in dannon/galaxy-central-prmaker/stable (pull request #478)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0047ee06fef0/ Changeset: 0047ee06fef0 Branch: stable User: jmchilton Date: 2014-08-29 06:27:45 Summary: Merged in dannon/galaxy-central-prmaker/stable (pull request #478) [STABLE] Remove option for the (long since deprecated in favor of Data Managers) data_admin interface from admin Affected #: 1 file diff -r dbdef1812eb95042343a74611946d97a9d895b6e -r 0047ee06fef012b242a087592e1090b89fbadf91 templates/webapps/galaxy/admin/index.mako --- a/templates/webapps/galaxy/admin/index.mako +++ b/templates/webapps/galaxy/admin/index.mako @@ -66,9 +66,6 @@ <div class="toolTitle"><a href="${h.url_for( controller='admin', action='quotas' )}" target="galaxy_main">Manage quotas</a></div> %endif <div class="toolTitle"><a href="${h.url_for( controller='library_admin', action='browse_libraries' )}" target="galaxy_main">Manage data libraries</a></div> - %if trans.app.config.enable_beta_job_managers: - <div class="toolTitle"><a href="${h.url_for( controller='data_admin', action='manage_data' )}" target="galaxy_main">Manage local data</a></div> - %endif <div class="toolTitle"><a href="${h.url_for( controller='data_manager' )}" target="galaxy_main">Manage local data (beta)</a></div></div></div> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org