Allow optional row grid title for master view

This commit is contained in:
Lance Edgar 2022-07-23 22:18:17 -05:00
parent 28238c6fb5
commit e656f769b1
2 changed files with 11 additions and 0 deletions

View file

@ -104,6 +104,9 @@
% if master.has_rows:
% if use_buefy:
<br />
% if rows_title:
<h4 class="block is-size-4">${rows_title}</h4>
% endif
<tailbone-grid ref="rowGrid" id="rowGrid"></tailbone-grid>
% else:
${rows_grid|n}