Skip to content

Commit

Permalink
Fix order in center panel information view
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 24, 2017
1 parent d3a6af5 commit 1e23a63
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 45 deletions.
6 changes: 3 additions & 3 deletions client/galaxy/scripts/apps/panels/admin-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ var AdminPanel = Backbone.View.extend({
},{
title : "Data tables registry",
url : "admin/view_tool_data_tables"
},{
title : "Data libraries",
url : "library_admin/browse_libraries"
},{
title : "Display applications",
url : "admin/display_applications"
Expand All @@ -29,9 +32,6 @@ var AdminPanel = Backbone.View.extend({
},{
title : "Local data",
url : "data_manager"
},{
title : "Data libraries",
url : "library_admin/browse_libraries"
} ]
},{
title : "User Management",
Expand Down
2 changes: 1 addition & 1 deletion static/scripts/bundled/admin.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/admin.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

71 changes: 32 additions & 39 deletions templates/webapps/galaxy/admin/center.mako
Original file line number Diff line number Diff line change
Expand Up @@ -16,88 +16,81 @@ Please visit <a href="https://galaxyproject.org/admin" target="_blank">the Galax
<li>
<strong>Data tables registry</strong> - See all data tables available in this Galaxy.
</li>
<li>
<strong>Data libraries</strong> - Data libraries enable authorized Galaxy users to share datasets with other groups or users. Only administrators can create data libraries. See <a href="https://galaxyproject.org/data-libraries" target="_blank">wiki</a> for details.
</li>
<li>
<strong>Display applications</strong> - See all display applications configured in this Galaxy.
</li>
<li>
<strong>Manage jobs</strong> - Display all jobs that are currently not finished (i.e., their state is new, waiting, queued, or running). Administrators are able to cleanly stop long-running jobs.
</li>
<li>
<strong>Local data</strong> - Manage the reference (and other) data that is stored within Tool Data Tables. See <a href="https://galaxyproject.org/admin/tools/data-managers" target="_blank">wiki</a> for details.
</li>
</ul>

<h4>Tools and Tool Shed</h4>
<h4>User Management</h4>
<ul>
%if trans.app.tool_shed_registry and trans.app.tool_shed_registry.tool_sheds:
<li>
<strong>Search Tool Shed</strong> - Search and install new tools and other Galaxy utilities from the Tool Shed. See <a href="https://galaxyproject.org/admin/tools/add-tool-from-toolshed-tutorial" target="_blank">the tutorial</a>.
<strong>Users</strong> - A view of all users and all groups and non-private roles associated with each user.
</li>
%endif
%if tool_shed_repository_ids:
%if trans.app.config.enable_quotas:
<li>
<strong>Monitor installing repositories</strong> - View the status of tools that are being currently installed.
<strong>Quotas</strong> - Manage user space quotas. See <a href="https://galaxyproject.org/admin/disk-quotas" target="_blank">wiki</a> for details.
</li>
%endif
%if is_repo_installed:
<li>
<strong>Manage installed tools</strong> - View and administer installed tools and utilities on this Galaxy.
</li>
<li>
<strong>Reset metadata</strong> - Select on which repositories you want to reset metadata.
<strong>Groups</strong> - A view of all groups along with the members of the group and the roles associated with each group.
</li>
%endif
<li>
<strong>Download local tool</strong> - Download a tarball with a tool from this Galaxy.
<strong>Roles</strong> - A view of all non-private roles along with the role type, and the users and groups that are associated with the role.
Also includes a view of the data library datasets that are associated with the role and the permissions applied to each dataset.
</li>
<li>
<strong>Reload a tool's configuration</strong> - Allows a new version of a tool to be loaded while the server is running.
<strong>Form definitions</strong> - Manage local form definitions.
</li>
<li>
<strong>Tool lineage</strong> - A view of a version lineages for all installed tools. Useful for debugging.
<strong>API keys</strong> - A view of all generated API keys with an option to re-generate.
</li>
%if trans.app.config.allow_user_impersonation:
<li>
<strong>Review tool migration stages</strong> - See the list of migration stages that moved sets of tools from the distribution to the Tool Shed.
<strong>Impersonate a user</strong> - Allows to view Galaxy as another user in order to help troubleshoot issues.
</li>
%endif
</ul>

<h4>User Management</h4>
<h4>Tools and Tool Shed</h4>
<ul>
%if trans.app.tool_shed_registry and trans.app.tool_shed_registry.tool_sheds:
<li>
<strong>Users</strong> - A view of all users and all groups and non-private roles associated with each user.
</li>
<li>
<strong>Groups</strong> - A view of all groups along with the members of the group and the roles associated with each group.
<strong>Search Tool Shed</strong> - Search and install new tools and other Galaxy utilities from the Tool Shed. See <a href="https://galaxyproject.org/admin/tools/add-tool-from-toolshed-tutorial" target="_blank">the tutorial</a>.
</li>
%endif
%if tool_shed_repository_ids:
<li>
<strong>Roles</strong> - A view of all non-private roles along with the role type, and the users and groups that are associated with the role.
Also includes a view of the data library datasets that are associated with the role and the permissions applied to each dataset.
<strong>Monitor installing repositories</strong> - View the status of tools that are being currently installed.
</li>
%endif
%if is_repo_installed:
<li>
<strong>API keys</strong> - A view of all generated API keys with an option to re-generate.
<strong>Manage installed tools</strong> - View and administer installed tools and utilities on this Galaxy.
</li>
%if trans.app.config.allow_user_impersonation:
<li>
<strong>Impersonate a user</strong> - Allows to view Galaxy as another user in order to help troubleshoot issues.
<strong>Reset metadata</strong> - Select on which repositories you want to reset metadata.
</li>
%endif
</ul>

<h4>Data</h4>
<ul>
%if trans.app.config.enable_quotas:
<li>
<strong>Quotas</strong> - Manage user space quotas. See <a href="https://galaxyproject.org/admin/disk-quotas" target="_blank">wiki</a> for details.
<strong>Download local tool</strong> - Download a tarball with a tool from this Galaxy.
</li>
%endif
<li>
<strong>Data libraries</strong> - Data libraries enable authorized Galaxy users to share datasets with other groups or users. Only administrators can create data libraries. See <a href="https://galaxyproject.org/data-libraries" target="_blank">wiki</a> for details.
<strong>Tool lineage</strong> - A view of a version lineages for all installed tools. Useful for debugging.
</li>
<li>
<strong>Local data</strong> - Manage the reference (and other) data that is stored within Tool Data Tables. See <a href="https://galaxyproject.org/admin/tools/data-managers" target="_blank">wiki</a> for details.
<strong>Reload a tool's configuration</strong> - Allows a new version of a tool to be loaded while the server is running.
</li>
</ul>
<h4>Form definitions</h4>
<ul>
<li>
<strong>Form definitions</strong> - Manage local form definitions.
<strong>Review tool migration stages</strong> - See the list of migration stages that moved sets of tools from the distribution to the Tool Shed.
</li>
</ul>
%endif

0 comments on commit 1e23a63

Please sign in to comment.