summaryrefslogtreecommitdiffstats
path: root/ui/html/base.tmpl.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More styling - reverted from gray backgroundMatthew Lemon2024-02-121-6/+8
| | | | | | | Have moved to white background and given the whole content a padding on the left and right. Have commented out the table width styling for now as it's now required but want to leave it in there for the forseeable as I'm sure I will come back to it.
* An Operations list page now renders data in tableMatthew Lemon2024-02-121-1/+1
| | | | | | | | | The data is fetched from the database and uses html/template to render the rows in a list. A critical bug was not including the dot in {{ template "main" . }} in the base template. THIS MEANT THAT NO DATA PASSED TO ExecuteTemplate function rendered and took a long time to figure out.
* Added nav partialMatthew Lemon2024-02-081-1/+1
| | | | | Added a partial html for the navigation bar. So far it just has a link to "Home" on it.
* Created a /organisations/list routeMatthew Lemon2024-02-081-0/+3
| | | | | | There is also some basic CSS here. Also introduced a proper structured logger.
* First proper use of templatesMatthew Lemon2024-02-081-2/+7
|
* First appearance of HTML on the home pageMatthew Lemon2024-02-081-0/+13