##// END OF EJS Templates
audit-logs: change v1 data text to less intrusive.
marcink -
r1708:45730755 default
parent child Browse files
Show More
@@ -40,7 +40,7 b''
40 <pre>${h.json.dumps(l.action_data, indent=4, sort_keys=True)}</pre>
40 <pre>${h.json.dumps(l.action_data, indent=4, sort_keys=True)}</pre>
41 </div>
41 </div>
42 % else:
42 % else:
43 ${_('not available in v1 type')}
43 <pre title="${_('data not available for v1 entries type')}">-</pre>
44 % endif
44 % endif
45 </td>
45 </td>
46 <td class="td-componentname">
46 <td class="td-componentname">
General Comments 0
You need to be logged in to leave comments. Login now