Skip to content

Commit

Permalink
updated swagger ui to v3.23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarmot committed Oct 8, 2019
1 parent 2dcf447 commit 07e964d
Show file tree
Hide file tree
Showing 18 changed files with 303 additions and 309 deletions.
247 changes: 137 additions & 110 deletions swagger_ui/static/swagger-editor-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor-bundle.js.map

Large diffs are not rendered by default.

154 changes: 76 additions & 78 deletions swagger_ui/static/swagger-editor-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor-standalone-preset.js.map

Large diffs are not rendered by default.

78 changes: 2 additions & 76 deletions swagger_ui/static/swagger-editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-editor.js.map

Large diffs are not rendered by default.

85 changes: 63 additions & 22 deletions swagger_ui/static/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions swagger_ui/static/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion swagger_ui/static/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions swagger_ui/static/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger_ui/static/swagger-ui.js.map

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions swagger_ui/templates/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
margin:0;
background: #fafafa;
}

.swagger-ui .wrapper {
max-width: 1024px;
}
</style>
</head>

Expand All @@ -53,9 +49,7 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout",
defaultModelsExpandDepth: 0,
validatorUrl: null
layout: "StandaloneLayout"
})
// End Swagger UI call region

Expand Down
1 change: 0 additions & 1 deletion swagger_ui/templates/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
const editor = SwaggerEditorBundle({
dom_id: '#swagger-editor',
layout: 'StandaloneLayout',
url: '{{ config_url }}',
presets: [
SwaggerEditorStandalonePreset
]
Expand Down

0 comments on commit 07e964d

Please sign in to comment.