diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-12 17:07:47 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-12 17:07:47 +0000 |
commit | 4195d89d3f56d463fd5eb751a580e7e57f3e82a3 (patch) | |
tree | 63053cb832e7d3079a85697f275a205e992ef904 /ui/html/pages | |
parent | c0c0f5a9fb85f83a6b820e579bbd9b0b17ab47d5 (diff) |
Introduces much better styling of the operations table
Diffstat (limited to 'ui/html/pages')
-rw-r--r-- | ui/html/pages/operations/list.tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/html/pages/operations/list.tmpl.html b/ui/html/pages/operations/list.tmpl.html index a619ea9..1bc570b 100644 --- a/ui/html/pages/operations/list.tmpl.html +++ b/ui/html/pages/operations/list.tmpl.html @@ -16,8 +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 Strategies</th> + <th>EPs</th> + <th>ESs</th> <th>SharePoint</th> </tr> </thead> |