n/a label for missing response schema

This commit is contained in:
Roman Gotsiy 2015-10-21 14:11:35 +03:00
parent 1ac727290f
commit 1892ac4b00
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
small {
color: #999;
}
table {
width: 100%;
border-spacing: 0;

View File

@ -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>