diff options
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r-- | templates/index.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index 2e039a9..58aadc1 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -17,6 +17,10 @@ <tr> <th colspan="2" class="title-row">Groups</th> </tr> + <tr> + <th scope="col">Name</th> + <th scope="col">Description</th> + </tr> </thead> <tbody> {{- range .groups }} |