diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index 88d8da8..2c2e52b 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -151,4 +151,8 @@ h1 { .scheduler-static-time-inputs > select { flex: 1 0 auto; +} + +.breadcrumb { + margin-top: .5rem; } \ No newline at end of file diff --git a/htdocs/features.html b/htdocs/features.html index 485e373..53099b6 100644 --- a/htdocs/features.html +++ b/htdocs/features.html @@ -10,6 +10,7 @@ ${header}
+ ${breadcrumb}

OpenWebRX Feature Report

@@ -19,5 +20,6 @@
Available
+ ${breadcrumb}
\ No newline at end of file diff --git a/htdocs/features.js b/htdocs/features.js index 5ab0972..fef2817 100644 --- a/htdocs/features.js +++ b/htdocs/features.js @@ -13,8 +13,7 @@ $(function(){ }); $table.append( '' + - '' + name + '' + - '' + converter.makeHtml(details.description) + '' + + '' + name + '' + '' + (details.available ? 'YES' : 'NO') + '' + '' + requirements.join("") diff --git a/htdocs/settings/bookmarks.html b/htdocs/settings/bookmarks.html index 80ebe64..046015b 100644 --- a/htdocs/settings/bookmarks.html +++ b/htdocs/settings/bookmarks.html @@ -11,6 +11,7 @@ ${header}
+ ${breadcrumb}

Bookmarks

@@ -24,6 +25,7 @@ ${header}
+ ${breadcrumb}