PWV-1: Fixing study list columns amount on laptop with touch
This commit is contained in:
parent
ab4d4c9008
commit
151837d8d1
@ -9,27 +9,20 @@
|
|||||||
<td>
|
<td>
|
||||||
{{patientId}}
|
{{patientId}}
|
||||||
</td>
|
</td>
|
||||||
{{#unless isTouchDevice}}
|
|
||||||
<td>
|
<td>
|
||||||
{{accessionNumber}}
|
{{accessionNumber}}
|
||||||
</td>
|
</td>
|
||||||
{{/unless}}
|
|
||||||
<td>
|
<td>
|
||||||
{{formatDA studyDate}} {{ #if timepointName }}({{timepointName}}){{ /if }}
|
{{formatDA studyDate}} {{ #if timepointName }}({{timepointName}}){{ /if }}
|
||||||
</td>
|
</td>
|
||||||
{{#unless isTouchDevice}}
|
|
||||||
<td>
|
<td>
|
||||||
{{modalities}}
|
{{modalities}}
|
||||||
</td>
|
</td>
|
||||||
{{/unless}}
|
|
||||||
<td>
|
<td>
|
||||||
{{studyDescription}}
|
{{studyDescription}}
|
||||||
</td>
|
</td>
|
||||||
{{#unless isTouchDevice}}
|
|
||||||
<td>
|
<td>
|
||||||
{{numberOfStudyRelatedInstances}}
|
{{numberOfStudyRelatedInstances}}
|
||||||
</td>
|
</td>
|
||||||
{{/unless}}
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user