Rename repository module report element to have new CSS class

This commit is contained in:
Luka Murn 2019-08-23 16:05:42 +02:00
parent b3eb80f7cf
commit a6ca155fa7

View file

@ -28,7 +28,7 @@
</div>
<div class="report-element-body">
<% if rows_json[:data].count > 0 %>
<input type="hidden" class="hot-table-contents hot-samples" value='<%= rows_json.to_json.force_encoding(Encoding::UTF_8) %>' />
<input type="hidden" class="hot-table-contents hot-repository-items" value='<%= rows_json.to_json.force_encoding(Encoding::UTF_8) %>' />
<div class="hot-table-container"></div>
<table class="report-common-table-format"></table>
<% else %>