diff --git a/sdrbase/resources/webapi.qrc b/sdrbase/resources/webapi.qrc
index bc93514d8..d9480d0bc 100644
--- a/sdrbase/resources/webapi.qrc
+++ b/sdrbase/resources/webapi.qrc
@@ -135,10 +135,12 @@
webapi/doc/swagger/include/VORLocalizer.yaml
webapi/doc/swagger/include/WFMDemod.yaml
webapi/doc/swagger/include/WFMMod.yaml
+ webapi/doc/swagger/include/WDSPRx.yaml
webapi/doc/swagger/include/Xtrx.yaml
webapi/doc/swagger-ui/favicon-16x16.png
webapi/doc/swagger-ui/favicon-32x32.png
webapi/doc/swagger-ui/index.html
+ webapi/doc/swagger-ui/index.css
webapi/doc/swagger-ui/oauth2-redirect.html
webapi/doc/swagger-ui/swagger-ui-bundle.js
webapi/doc/swagger-ui/swagger-ui-bundle.js.map
@@ -148,6 +150,7 @@
webapi/doc/swagger-ui/swagger-ui-es-bundle.js.map
webapi/doc/swagger-ui/swagger-ui-standalone-preset.js.map
webapi/doc/swagger-ui/swagger-ui-standalone-preset.js
+ webapi/doc/swagger-ui/swagger-initializer.js
webapi/doc/swagger-ui/swagger-ui.css
webapi/doc/swagger-ui/swagger-ui.css.map
webapi/doc/swagger-ui/swagger-ui.js
diff --git a/sdrbase/resources/webapi/doc/swagger-ui/index.css b/sdrbase/resources/webapi/doc/swagger-ui/index.css
new file mode 100644
index 000000000..f2376fdaa
--- /dev/null
+++ b/sdrbase/resources/webapi/doc/swagger-ui/index.css
@@ -0,0 +1,16 @@
+html {
+ box-sizing: border-box;
+ overflow: -moz-scrollbars-vertical;
+ overflow-y: scroll;
+}
+
+*,
+*:before,
+*:after {
+ box-sizing: inherit;
+}
+
+body {
+ margin: 0;
+ background: #fafafa;
+}
diff --git a/sdrbase/resources/webapi/doc/swagger-ui/index.html b/sdrbase/resources/webapi/doc/swagger-ui/index.html
index d811595ce..3c3257e53 100644
--- a/sdrbase/resources/webapi/doc/swagger-ui/index.html
+++ b/sdrbase/resources/webapi/doc/swagger-ui/index.html
@@ -4,35 +4,14 @@
Swagger UI
-
+
+
-
-
+
+