added API tokens, deprecate API passwords (#4637)
This commit is contained in:
@@ -5,9 +5,18 @@
|
||||
<style type="text/css">
|
||||
body { margin-top: 0; }
|
||||
header { display:none; }
|
||||
#swagger-ui .information-container pre.base-url { display:none; }
|
||||
#swagger-ui .scheme-container { margin-top: -120px; box-shadow: none; height: 120px; }
|
||||
#swagger-ui .information-container .info { padding-top: 5px; padding-bottom: 5px; }
|
||||
#swagger-ui.api-platform .information-container.wrapper { margin-bottom: -65px; border-bottom: none; }
|
||||
#swagger-ui.api-platform .information-container.wrapper {
|
||||
margin-bottoM: 5px;
|
||||
}
|
||||
.swagger-ui .servers .computed-url {
|
||||
margin: 0;
|
||||
}
|
||||
.swagger-ui .servers h4 {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.swagger-ui .servers table td {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user