mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +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 {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<td>
|
||||
<schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
||||
</schema>
|
||||
<small *ng-if="!response.schema"> N/A </small>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue
Block a user