swagger UI: hide iretating search field (#9554)

tokarchuk/v1.17
6543 5 years ago committed by Lauris BH
parent a864d61ee6
commit d1798f77f6
  1. 6
      templates/swagger/ui.tmpl

@ -85,13 +85,11 @@ window.onload = function() {
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
SwaggerUIBundle.presets.apis
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
]
})
// End Swagger UI call region

Loading…
Cancel
Save