Skip to content

Commit

Permalink
Hide the separtor line for invisible card, #10219
Browse files Browse the repository at this point in the history
  • Loading branch information
njkim committed Oct 31, 2023
1 parent 77dcfef commit 7b3adfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/report-templates/default.htm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h4 class="report-toolbar-title"><span data-bind="text: report.get('name')"></sp
<div class="rp-report-section relative rp-report-section-root">
<div class="rp-report-section-title">
<!-- ko foreach: { data: report.cards, as: 'card' } -->
<!-- ko if: $parent.hideEmptyNodes() === false || card.tiles().length > 0 -->
<!-- ko if: ($parent.hideEmptyNodes() === false || card.tiles().length > 0) && card.params.card.visible -->
<!-- ko if: $index() !== 0 --><hr class="rp-tile-separator"><!-- /ko -->
<div class="rp-card-section">
<!-- ko component: {
Expand Down

0 comments on commit 7b3adfc

Please sign in to comment.