#1756 stowaway no muestra resultados
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-10-08 11:41:17 +02:00
parent 7449f288b3
commit edecadc78e
2 changed files with 25 additions and 26 deletions

View File

@ -10,9 +10,6 @@ vn-dialog.modal-form {
margin: 0 auto;
}
}
tpl-body {
width: 100%;
}
table {
width: 100%
}

View File

@ -6,12 +6,13 @@
<vn-dialog
vn-id="dialog"
class="modal-form"
on-open="model.reload()">
on-open="model.refresh()">
<tpl-body>
<vn-horizontal class="header vn-pa-md">
<vn-horizontal class="header vn-pa-md vn-w-lg">
<h5><span translate>Stowaways to add</span></h5>
</vn-horizontal>
<vn-horizontal class="vn-pa-md">
<vn-horizontal class="vn-pa-md vn-w-lg">
<vn-data-viewer class="vn-w-xs" model="model">
<vn-table model="model" auto-load="false">
<vn-thead>
<vn-tr>
@ -32,6 +33,7 @@
</vn-tr>
</vn-tbody>
</vn-table>
</vn-data-viewer>
</vn-horizontal>
</tpl-body>
</vn-dialog>