Show More
@@ -1,50 +1,50 b'' | |||||
1 | <%inherit file="/base/base.mako"/> |
|
1 | <%inherit file="/base/base.mako"/> | |
2 |
|
2 | |||
3 | <%def name="title()"> |
|
3 | <%def name="title()"> | |
4 | ${_('Security Admin')} |
|
4 | ${_('Security Admin')} | |
5 | %if c.rhodecode_name: |
|
5 | %if c.rhodecode_name: | |
6 | · ${h.branding(c.rhodecode_name)} |
|
6 | · ${h.branding(c.rhodecode_name)} | |
7 | %endif |
|
7 | %endif | |
8 | </%def> |
|
8 | </%def> | |
9 |
|
9 | |||
10 | <%def name="breadcrumbs_links()"></%def> |
|
10 | <%def name="breadcrumbs_links()"></%def> | |
11 |
|
11 | |||
12 | <%def name="menu_bar_nav()"> |
|
12 | <%def name="menu_bar_nav()"> | |
13 | ${self.menu_items(active='admin')} |
|
13 | ${self.menu_items(active='admin')} | |
14 | </%def> |
|
14 | </%def> | |
15 |
|
15 | |||
16 | <%def name="menu_bar_subnav()"> |
|
16 | <%def name="menu_bar_subnav()"> | |
17 | ${self.admin_menu(active='security')} |
|
17 | ${self.admin_menu(active='security')} | |
18 | </%def> |
|
18 | </%def> | |
19 |
|
19 | |||
20 | <%def name="main()"> |
|
20 | <%def name="main()"> | |
21 |
|
21 | |||
22 | <div class="box"> |
|
22 | <div class="box"> | |
23 |
|
23 | |||
24 |
|
|
24 | <!-- <div class="panel panel-default">--> | |
25 |
|
|
25 | <!-- <div class="panel-heading">--> | |
26 | <h3 class="panel-title">${_('Security Audit')}</h3> |
|
26 | <!-- <h3 class="panel-title">${_('Security Audit')}</h3>--> | |
27 |
|
|
27 | <!-- </div>--> | |
28 |
|
|
28 | <!-- <div class="panel-body">--> | |
29 | <h4>${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='<a href="mailto:sales@rhodecode.com">sales@rhodecode.com</a>')|n}</h4> |
|
29 | <!-- <h4>${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='<a href="mailto:sales@rhodecode.com">sales@rhodecode.com</a>')|n}</h4>--> | |
30 |
|
|
30 | <!-- <p>--> | |
31 | ${_('You can scan your repositories for exposed secrets, passwords, etc')} |
|
31 | <!-- ${_('You can scan your repositories for exposed secrets, passwords, etc')}--> | |
32 |
|
|
32 | <!-- </p>--> | |
33 |
|
|
33 | <!-- </div>--> | |
34 |
|
|
34 | <!-- </div>--> | |
35 |
|
35 | |||
36 | <div class="panel panel-default"> |
|
36 | <div class="panel panel-default"> | |
37 | <div class="panel-heading"> |
|
37 | <div class="panel-heading"> | |
38 | <h3 class="panel-title">${_('Allowed client versions')}</h3> |
|
38 | <h3 class="panel-title">${_('Allowed client versions')}</h3> | |
39 | </div> |
|
39 | </div> | |
40 | <div class="panel-body"> |
|
40 | <div class="panel-body"> | |
41 | <h4>${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='<a href="mailto:sales@rhodecode.com">sales@rhodecode.com</a>')|n}</h4> |
|
41 | <h4>${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='<a href="mailto:sales@rhodecode.com">sales@rhodecode.com</a>')|n}</h4> | |
42 | <p> |
|
42 | <p> | |
43 | ${_('Some outdated client versions may have security vulnerabilities. This section have rules for whitelisting versions of clients for Git, Mercurial and SVN.')} |
|
43 | ${_('Some outdated client versions may have security vulnerabilities. This section have rules for whitelisting versions of clients for Git, Mercurial and SVN.')} | |
44 | </p> |
|
44 | </p> | |
45 | </div> |
|
45 | </div> | |
46 |
|
46 | |||
47 |
|
47 | |||
48 | </div> |
|
48 | </div> | |
49 |
|
49 | |||
50 | </%def> |
|
50 | </%def> |
General Comments 0
You need to be logged in to leave comments.
Login now