fix incorrect cell order body-param

This commit is contained in:
Roman Gotsiy 2015-10-21 17:26:06 +03:00
parent d8e4063677
commit e46eca92b6

View File

@ -30,11 +30,11 @@
<!-- in-body parameter -->
<tr class="param body-param" *ng-if="data.bodyParam">
<td class="param-name">{{data.bodyParam.name}}</td>
<td class="param-description">{{data.bodyParam.description}}</td>
<td>
<schema class="body-schema param-type" pointer="{{data.bodyParam.pointer}}/schema">
</schema>
</td>
<td class="param-description">{{data.bodyParam.description}}</td>
</tr>
</tbody>
</table>