diff --git a/public/views/swagger.html b/public/views/swagger.html
index 4b56f31731f..caf5c87a72d 100644
--- a/public/views/swagger.html
+++ b/public/views/swagger.html
@@ -7,8 +7,8 @@
@@ -32,8 +32,10 @@
background: #fafafa;
}
- .topbar-wrapper img {
+ .swagger-ui .topbar a {
content: url('public/img/grafana_icon.svg');
+ height: 50px;
+ flex: 0;
}
@@ -43,17 +45,17 @@
@@ -98,11 +100,11 @@
filter: true,
tagsSorter: 'alpha',
tryItOutEnabled: true,
- queryConfigEnabled: true, // keeps the selected ?urls.primaryName=...
+ queryConfigEnabled: false,
});
window.ui = ui;
};