diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-12 07:45:40 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-12 07:45:40 +0000 |
commit | 0e13e1da1e9f9f1e95219dc5b9a2372d826ae56d (patch) | |
tree | 52adac70c72849f92db2aefacafb7b05f271b617 | |
parent | 144ffaaabf278e75c859d7db2cd5bcaf279c7b96 (diff) |
Adds lorem ipsum text to operations page
Just for padding at this stage.
-rw-r--r-- | ui/html/pages/operations/list.tmpl.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/html/pages/operations/list.tmpl.html b/ui/html/pages/operations/list.tmpl.html index a8685ce..833ed90 100644 --- a/ui/html/pages/operations/list.tmpl.html +++ b/ui/html/pages/operations/list.tmpl.html @@ -3,6 +3,10 @@ {{ define "main" }} <h3>Operations <span><a href="#" class="admin-link">[Admin]</a></span></h3> +<p> +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +</p> + {{if .Operations}} <table id="home-summary-table"> <thead> |