From 3a5e227ab51d3afc94ef29debf39647b1b70920c Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 9 May 2020 00:27:42 +0200 Subject: [PATCH] integrate feature report --- htdocs/css/features.css | 4 ++++ htdocs/features.html | 1 + htdocs/settings.html | 3 +++ 3 files changed, 8 insertions(+) diff --git a/htdocs/css/features.css b/htdocs/css/features.css index 7b0b008..8131da6 100644 --- a/htdocs/css/features.css +++ b/htdocs/css/features.css @@ -9,4 +9,8 @@ h1 { text-align: center; margin: 50px 0; +} + +.table { + color: inherit; } \ No newline at end of file diff --git a/htdocs/features.html b/htdocs/features.html index 8e0eb61..8ddc941 100644 --- a/htdocs/features.html +++ b/htdocs/features.html @@ -2,6 +2,7 @@ OpenWebRX Feature report + diff --git a/htdocs/settings.html b/htdocs/settings.html index 659b660..00fbe9e 100644 --- a/htdocs/settings.html +++ b/htdocs/settings.html @@ -22,5 +22,8 @@ ${header}
SDR device settings
+
+ Feature report +
\ No newline at end of file