summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-12 11:06:49 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-12 11:06:49 +0000
commitc1c0ddbf61860b863f1e3ac11caea7407eef2412 (patch)
tree0206ba9fc489b760a5f966ea309c028d7971ed5e
parent695df4bdda6962c3152602e7007e38260a5fa1a7 (diff)
Adds mock ES and EP entries in Ops table
-rw-r--r--ui/html/pages/operations/list.tmpl.html4
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 833ed90..7207ab6 100644
--- a/ui/html/pages/operations/list.tmpl.html
+++ b/ui/html/pages/operations/list.tmpl.html
@@ -16,6 +16,8 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
<th>Lead Inspector[s]</th>
<th>Description</th>
<th>Organisation</th>
+ <th>Engagement Plan</th>
+ <th>Engagement Strategy</th>
<th>SharePoint</th>
</tr>
</thead>
@@ -27,6 +29,8 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
<td>Tina McKinchey / Barbara Snelland</td>
<td>{{.Description}}</td>
<td>{{.OrganisationName}}</td>
+ <td><a href="#">EP 2024</a></td>
+ <td><a href="#">ES 2023-2025</a></td>
<td><a href="#">Link</a></td>
</tr>
{{end}}