| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Just for padding at this stage.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Does not contain any dynamic data at this point, i.e. does not actually
list the operations from the database - just dummy data at this point.
|
| |
|
|
|
|
|
|
| |
Adding initial styles; currently working on a big summary table for the
front page, that is going to provide the main entry point to all the
relevant business data.
|
|
|
|
|
|
|
|
| |
Basing CSS styles on the look and feel of cgit, this commit actually
includes the cgit css file in the tree for reference.
I don't want to get too carried away with CSS at this point but this is
a start.
|
|
|
|
|
| |
Added a partial html for the navigation bar. So far it just has a link
to "Home" on it.
|
|
|
|
|
|
| |
There is also some basic CSS here.
Also introduced a proper structured logger.
|
| |
|
|
|