diff --git a/reports/applications.html b/reports/applications.html index d946a11..a6dcaf0 100644 --- a/reports/applications.html +++ b/reports/applications.html @@ -31,6 +31,7 @@
+
X
diff --git a/reports/extra-package-app.html b/reports/extra-package-app.html index 2aee6a1..c7fdc1b 100644 --- a/reports/extra-package-app.html +++ b/reports/extra-package-app.html @@ -33,6 +33,7 @@
+
X
Shows number of applications using each package. Click on application counts for details. Click on headers to sort.
diff --git a/reports/report.css b/reports/report.css index 6efe9b8..5f6f99a 100644 --- a/reports/report.css +++ b/reports/report.css @@ -27,8 +27,6 @@ ul.header a { color: black; } -/* Runtime Report */ - .summary { border: 1px solid black; border-radius: 5px; @@ -38,12 +36,31 @@ ul.header a { position: fixed; box-shadow: 5px 5px 5px; right: 5px; - bottom: 5px; + bottom: 50px; } + .summary .note { padding-top: 5px; font-style: italic; } + +#summaryClose { + position: absolute; + right: 4px; + top: 4px; + border-radius: 5px; + border: 1px solid black; + background: #f8f8f8; + padding: 0px 3px; + cursor: default; +} + +/* Runtime Report */ + +#runtimeReport .summary { + bottom: 5px; +} + table.packages { border-collapse: collapse; } diff --git a/reports/report.js b/reports/report.js index 17c1e5d..b24c701 100644 --- a/reports/report.js +++ b/reports/report.js @@ -114,3 +114,7 @@ function startAppPackages() { startPackageTable('#runtimeTable', 'runtime') startPackageTable('#extraTable', 'extra') } + +function closeSummary() { + $('.summary').hide(); +} diff --git a/reports/runtime-package-app.html b/reports/runtime-package-app.html index 88269f9..a8da6b5 100644 --- a/reports/runtime-package-app.html +++ b/reports/runtime-package-app.html @@ -33,6 +33,7 @@
+
X
Shows number of applications using each package. Click on application counts for details. Click on headers to sort.
diff --git a/runtime-template.html b/runtime-template.html index 4e9fd93..0447eed 100644 --- a/runtime-template.html +++ b/runtime-template.html @@ -3,6 +3,8 @@ + +
+
X
- In Fedora, not in Flathub
- In Flathub, not in Fedora
FD/P - org.freedesktop.Platform {%if unmatched.freedesktop_platform > 0%}