1 | <%inherit file="/base.mako"/> |
---|
2 | |
---|
3 | <%def name="title()">Galaxy Administration</%def> |
---|
4 | |
---|
5 | <h2>Administration</h2> |
---|
6 | |
---|
7 | <p>The menu on the left provides the following features</p> |
---|
8 | <ul> |
---|
9 | <li> |
---|
10 | <strong>Tools</strong> |
---|
11 | <p/> |
---|
12 | <ul> |
---|
13 | <li> |
---|
14 | <strong>Tools awaiting approval</strong> |
---|
15 | </li> |
---|
16 | <p/> |
---|
17 | <li> |
---|
18 | <strong>Browse by category</strong> |
---|
19 | </li> |
---|
20 | <p/> |
---|
21 | <li> |
---|
22 | <strong>Browse all tools</strong> |
---|
23 | </li> |
---|
24 | <p/> |
---|
25 | </ul> |
---|
26 | </li> |
---|
27 | <li> |
---|
28 | <strong>Categories</strong> |
---|
29 | <p/> |
---|
30 | <ul> |
---|
31 | <li> |
---|
32 | <strong>Manage categories</strong> |
---|
33 | </li> |
---|
34 | <p/> |
---|
35 | </ul> |
---|
36 | </li> |
---|
37 | <li> |
---|
38 | <strong>Security</strong> |
---|
39 | <p/> |
---|
40 | <ul> |
---|
41 | <li> |
---|
42 | <strong>Manage users</strong> - provides a view of the registered users and all groups and non-private roles associated |
---|
43 | with each user. |
---|
44 | </li> |
---|
45 | <p/> |
---|
46 | <li> |
---|
47 | <strong>Manage groups</strong> - provides a view of all groups along with the members of the group and the roles associated with |
---|
48 | each group (both private and non-private roles). The group names include a link to a page that allows you to manage the users and |
---|
49 | roles that are associated with the group. |
---|
50 | </li> |
---|
51 | <p/> |
---|
52 | <li> |
---|
53 | <strong>Manage roles</strong> - provides a view of all non-private roles along with the role type, and the users and groups that |
---|
54 | are associated with the role. The role names include a link to a page that allows you to manage the users and groups that are associated |
---|
55 | with the role. The page also includes a view of the data library datasets that are associated with the role and the permissions applied |
---|
56 | to each dataset. |
---|
57 | </li> |
---|
58 | </ul> |
---|
59 | </li> |
---|
60 | <p/> |
---|
61 | </ul> |
---|
62 | <br/> |
---|