fixed icons column size
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-07-15 13:20:50 +02:00
parent c658cd3c1f
commit af9eb0c4ea
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
<vn-th field="dmsTypeFk" shrink>Type</vn-th> <vn-th field="dmsTypeFk" shrink>Type</vn-th>
<vn-th field="reference">Reference</vn-th> <vn-th field="reference">Reference</vn-th>
<vn-th>Description</vn-th> <vn-th>Description</vn-th>
<vn-th field="hasFile" center>Original</vn-th> <vn-th field="hasFile" shrink>Original</vn-th>
<vn-th shrink>File</vn-th> <vn-th shrink>File</vn-th>
<vn-th shrink>Employee</vn-th> <vn-th shrink>Employee</vn-th>
<vn-th field="created">Created</vn-th> <vn-th field="created">Created</vn-th>
@ -41,7 +41,7 @@
{{::document.dms.description}} {{::document.dms.description}}
</span> </span>
</vn-td> </vn-td>
<vn-td shrink center> <vn-td shrink>
<vn-check disabled="true" <vn-check disabled="true"
field="document.dms.hasFile"> field="document.dms.hasFile">
</vn-check> </vn-check>

View File

@ -16,11 +16,11 @@
<vn-th field="dmsTypeFk" shrink>Type</vn-th> <vn-th field="dmsTypeFk" shrink>Type</vn-th>
<vn-th field="reference">Reference</vn-th> <vn-th field="reference">Reference</vn-th>
<vn-th>Description</vn-th> <vn-th>Description</vn-th>
<vn-th field="hasFile" center>Attached file</vn-th> <vn-th field="hasFile" shrink>Original</vn-th>
<vn-th shrink>File</vn-th> <vn-th shrink>File</vn-th>
<vn-th>Employee</vn-th> <vn-th shrink>Employee</vn-th>
<vn-th field="created">Created</vn-th> <vn-th field="created">Created</vn-th>
<vn-th></vn-th> <vn-th number></vn-th>
</vn-tr> </vn-tr>
</vn-thead> </vn-thead>
<vn-tbody> <vn-tbody>
@ -41,13 +41,13 @@
{{::document.dms.description}} {{::document.dms.description}}
</span> </span>
</vn-td> </vn-td>
<vn-td center> <vn-td shrink>
<vn-check disabled="true" <vn-check disabled="true"
field="document.dms.hasFile"> field="document.dms.hasFile">
</vn-check> </vn-check>
</vn-td> </vn-td>
<vn-td shrink>{{::document.dms.file}}</vn-td> <vn-td shrink>{{::document.dms.file}}</vn-td>
<vn-td> <vn-td shrink>
<span class="link" <span class="link"
ng-click="$ctrl.showWorkerDescriptor($event, document.dms.workerFk)"> ng-click="$ctrl.showWorkerDescriptor($event, document.dms.workerFk)">
{{::document.dms.worker.user.nickname | dashIfEmpty}} {{::document.dms.worker.user.nickname | dashIfEmpty}}
@ -55,7 +55,7 @@
<vn-td> <vn-td>
{{::document.dms.created | dateTime:'dd/MM/yyyy HH:mm'}} {{::document.dms.created | dateTime:'dd/MM/yyyy HH:mm'}}
</vn-td> </vn-td>
<vn-td center shrink> <vn-td number>
<a target="_blank" <a target="_blank"
vn-tooltip="Download file" vn-tooltip="Download file"
href="api/dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}"> href="api/dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">