mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
n/a label for missing response schema
This commit is contained in:
parent
1ac727290f
commit
1892ac4b00
|
@ -1,3 +1,7 @@
|
||||||
|
small {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
<td>
|
<td>
|
||||||
<schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
<schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
||||||
</schema>
|
</schema>
|
||||||
|
<small *ng-if="!response.schema"> N/A </small>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user