mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-06 02:48:01 +03:00
fix incorrect cell order body-param
This commit is contained in:
parent
d8e4063677
commit
e46eca92b6
|
@ -30,11 +30,11 @@
|
||||||
<!-- in-body parameter -->
|
<!-- in-body parameter -->
|
||||||
<tr class="param body-param" *ng-if="data.bodyParam">
|
<tr class="param body-param" *ng-if="data.bodyParam">
|
||||||
<td class="param-name">{{data.bodyParam.name}}</td>
|
<td class="param-name">{{data.bodyParam.name}}</td>
|
||||||
|
<td class="param-description">{{data.bodyParam.description}}</td>
|
||||||
<td>
|
<td>
|
||||||
<schema class="body-schema param-type" pointer="{{data.bodyParam.pointer}}/schema">
|
<schema class="body-schema param-type" pointer="{{data.bodyParam.pointer}}/schema">
|
||||||
</schema>
|
</schema>
|
||||||
</td>
|
</td>
|
||||||
<td class="param-description">{{data.bodyParam.description}}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user