rebuilt
This commit is contained in:
2
dist/css/print.css
vendored
2
dist/css/print.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/screen.css
vendored
2
dist/css/screen.css
vendored
File diff suppressed because one or more lines are too long
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="x-ua-compatible" content="IE=edge">
|
||||||
<title>Swagger UI</title>
|
<title>Swagger UI</title>
|
||||||
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
|
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
|
||||||
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
|
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
|
||||||
@@ -74,7 +75,8 @@
|
|||||||
docExpansion: "none",
|
docExpansion: "none",
|
||||||
jsonEditor: false,
|
jsonEditor: false,
|
||||||
defaultModelRendering: 'schema',
|
defaultModelRendering: 'schema',
|
||||||
showRequestHeaders: false
|
showRequestHeaders: false,
|
||||||
|
showOperationIds: false
|
||||||
});
|
});
|
||||||
|
|
||||||
window.swaggerUi.load();
|
window.swaggerUi.load();
|
||||||
|
|||||||
2
dist/lib/swagger-oauth.js
vendored
2
dist/lib/swagger-oauth.js
vendored
File diff suppressed because one or more lines are too long
@@ -422,7 +422,8 @@
|
|||||||
font-size: .85em;
|
font-size: .85em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 200px;
|
height: 200px;
|
||||||
|
resize: vertical;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
|
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
|
||||||
@@ -837,6 +838,11 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .nickname {
|
||||||
|
color: #aaaaaa;
|
||||||
|
padding: 0;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
|
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -422,7 +422,8 @@
|
|||||||
font-size: .85em;
|
font-size: .85em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 200px;
|
height: 200px;
|
||||||
|
resize: vertical;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
|
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
|
||||||
@@ -837,6 +838,11 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .nickname {
|
||||||
|
color: #aaaaaa;
|
||||||
|
padding: 0;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
|
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user