allow custom data for value table
This commit is contained in:
parent
3bc7c4bbda
commit
0d8b5c0101
@ -1,4 +1,4 @@
|
|||||||
table.list.issue-report.table-of-values
|
table.list.issue-report.values
|
||||||
= title_with_fontawesome l(:label_table_of_values), 'far fa-list-alt', 'caption'
|
= title_with_fontawesome l(:label_table_of_values), 'far fa-list-alt', 'caption'
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
canvas id="#{@chart[:id]}" style="width: #{@chart[:width]}px; height: #{@chart[:height]}px;"
|
canvas id="#{@chart[:id]}" style="width: #{@chart[:width]}px; height: #{@chart[:height]}px;"
|
||||||
.additionals-table-of-values
|
.additionals-table-of-values
|
||||||
= render 'additionals/chart_table_values'
|
= render 'additionals/chart_table_values'
|
||||||
|
- if defined?(table_infos) && table_infos.present?
|
||||||
|
.table-infos.values
|
||||||
|
= table_infos
|
||||||
.clear-both
|
.clear-both
|
||||||
|
|
||||||
javascript:
|
javascript:
|
||||||
|
@ -330,7 +330,7 @@ div.additionals-projects li.project.odd {
|
|||||||
width: 450px;
|
width: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.additionals-table-of-values {
|
.additionals-table-of-values > .values {
|
||||||
float: left;
|
float: left;
|
||||||
width: 450px;
|
width: 450px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user