| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This makes things much neater when the list is rendered inside a table
cell.
|
|
|
|
|
| |
Added another dummy ES to Operation 1 in test data so I can test the
listing inside the table - it still does not look correct though.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
This is a straight forward wrapper around INSERT.
Also added a clientError into a new helpers.go file.
|
|
There is also some basic CSS here.
Also introduced a proper structured logger.
|