Browse Source

swagger UI: hide iretating search field (#9554)

master
6543 Lauris BH 5 years ago
parent
commit
d1798f77f6
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      templates/swagger/ui.tmpl

+ 2
- 4
templates/swagger/ui.tmpl View File

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




Loading…
Cancel
Save