Browse Source

Fixes #1268

bubble
Nara Kasbergen 9 years ago
parent
commit
41eb5237ef
3 changed files with 722 additions and 717 deletions
  1. +713
    -705
      dist/swagger-ui.js
  2. +8
    -11
      dist/swagger-ui.min.js
  3. +1
    -1
      src/main/template/param_list.handlebars

+ 713
- 705
dist/swagger-ui.js
File diff suppressed because it is too large
View File


+ 8
- 11
dist/swagger-ui.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/main/template/param_list.handlebars View File

@@ -24,6 +24,6 @@
{{/each}}
</select>
</td>
<td class="markdown">{{{description}}}</td>
<td class="markdown">{{#if required}}<strong>{{/if}}{{{description}}}{{#if required}}</strong>{{/if}}</td>
<td>{{{paramType}}}</td>
<td><span class="model-signature"></span></td>

Loading…
Cancel
Save