Cleanup, Fixes and Review Feedback

Includes mix fixes like:
- Fixing the documentation
- Making sure device and storage mounts work correctly
- Fixing broken things that where supposed to work according to the PR highlights
- Moving some additional things to TrueCharts based containers
- Hiding, changing and reordening some bad UI elements
- Adding support for supplementalGroup permissions

Co-authored-by: Dan Sheridan <dan.sheridan@postman.org.uk>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Justin Clift <justin@postgresql.org>
This commit is contained in:
kjeld Schouten-Lebbing
2021-03-12 17:18:46 +01:00
co-authored by Dan Sheridan Stavros Kois Justin Clift
parent 1257de6408
commit e8f9ef02d4
185 changed files with 716 additions and 1412 deletions
+6
View File
@@ -0,0 +1,6 @@
:root {
--md-primary-fg-color: #0096d7;
--md-primary-fg-color--light: #0096d7;
--md-primary-fg-color--dark: #0096d7;
--md-footer-bg-color--dark: #fffff;
}