Show More
@@ -26,6 +26,9 b' var initAppEnlight = function (config) {' | |||||
26 | if (config.requestInfo){ |
|
26 | if (config.requestInfo){ | |
27 | AppEnlight.setRequestInfo(config.requestInfo); |
|
27 | AppEnlight.setRequestInfo(config.requestInfo); | |
28 | } |
|
28 | } | |
|
29 | if (config.tags){ | |||
|
30 | AppEnlight.addGlobalTags(config.tags); | |||
|
31 | } | |||
29 | } |
|
32 | } | |
30 | }; |
|
33 | }; | |
31 |
|
34 |
@@ -108,6 +108,10 b" c.template_context['visual']['default_re" | |||||
108 | ip: '${c.rhodecode_user.ip_addr}', |
|
108 | ip: '${c.rhodecode_user.ip_addr}', | |
109 | username: '${c.rhodecode_user.username}' |
|
109 | username: '${c.rhodecode_user.username}' | |
110 | % endif |
|
110 | % endif | |
|
111 | }, | |||
|
112 | tags: { | |||
|
113 | rhodecode_version: '${c.rhodecode_version}', | |||
|
114 | rhodecode_edition: '${c.rhodecode_edition}' | |||
111 | } |
|
115 | } | |
112 | }; |
|
116 | }; | |
113 | </script> |
|
117 | </script> |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now