mvc: stray whitespace

This commit is contained in:
Franco Fichtner 2024-01-15 10:05:36 +01:00
parent 415f53cef7
commit 29eaa909d0

View File

@ -138,7 +138,7 @@ POSSIBILITY OF SUCH DAMAGE.
<th data-column-id="prio" data-type="string">{{ lang._('Priority') }}</th>
<th data-column-id="description" data-type="string">{{ lang._('Description') }}</th>
<th data-column-id="commands" data-width="7em" data-formatter="commands" data-sortable="false">{{ lang._('Commands') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
</tr>
</thead>
<tbody>
@ -162,11 +162,11 @@ POSSIBILITY OF SUCH DAMAGE.
<tr>
<th data-column-id="sid" data-width="6em" data-type="string">{{ lang._('SID') }}</th>
<th data-column-id="enabled" data-width="6em" data-type="string" data-formatter="rowtoggle">{{ lang._('Enabled') }}</th>
<th data-column-id="msg" data-type="string">{{ lang._('Msg') }}</th>
<th data-column-id="source" data-type="string">{{ lang._('Source') }}</th>
<th data-column-id="msg" data-type="string">{{ lang._('Msg') }}</th>
<th data-column-id="source" data-type="string">{{ lang._('Source') }}</th>
<th data-column-id="action" data-type="string">{{ lang._('Action') }}</th>
<th data-column-id="commands" data-width="7em" data-formatter="commands" data-sortable="false">{{ lang._('Commands') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
</tr>
</thead>
<tbody>