luci-app-https-dns-proxy: add status->overview include file

* add status->overview include file
* sync version to principal package
* minor code formatting/styling fixes for js files
* improve HTTP/2 and HTTP/3 detection in RPCD script

Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
Stan Grishin
2023-10-26 14:46:30 +00:00
parent 7f84135709
commit dea2f135d7
6 changed files with 250 additions and 400 deletions
@@ -2,6 +2,7 @@
// This code wouldn't have been possible without help from:
// - [@stokito](https://github.com/stokito)
// - [@vsviridov](https://github.com/vsviridov)
// noinspection JSAnnotator
"require ui";
"require rpc";
@@ -241,7 +242,7 @@ var status = baseclass.extend({
});
name += " (" + option + ")";
} else {
if (match[1] != "") name += " (" + match[1] + ")";
if (match[1] !== "") name += " (" + match[1] + ")";
}
}
}