summaryrefslogtreecommitdiffstats
path: root/ogcp/static/css
Commit message (Collapse)AuthorAgeFilesLines
* Use AdminLTE in base.htmlDaniel García Moreno2021-06-011-0/+5
| | | | | | | | | | This patch adds the css and js sources from the AdminLTE template to the base template so it can be used in all templates. There's also some flexbox bootstrap classes [1] to place the footer at the bootom always, even when there's no content to fill the page. [1] https://getbootstrap.com/docs/4.6/utilities/flex/
* Add cosmetic improvementsJose M. Guisado2021-03-241-0/+3
| | | | | | | | * Adds label for each action page. * Adds a colored state for opengnsys connected clients * Fix nav active item * Rename some actions * Adds DISK to partition and format form
* Add frontend basic structureRoberto Hueso Gómez2020-08-311-0/+7
This adds base.html and nav.html templates as well as its dependencies on Bootstrap and jQuery.