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