diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2018-08-23 22:29:46 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2018-08-23 22:29:46 +0100 |
commit | eb1184b284ea37cc31556e3598916ac9c3fa6939 (patch) | |
tree | 20131b8be8e77ad1e575f8d616bf2294d3cfb888 /server/templates | |
parent | 99225736d41e86c7f47eac4db3455b18178bba24 (diff) |
Record request reason in the db instead of logging
Diffstat (limited to 'server/templates')
-rw-r--r-- | server/templates/certs.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/templates/certs.go b/server/templates/certs.go index 13766c5..daf711a 100644 --- a/server/templates/certs.go +++ b/server/templates/certs.go @@ -31,6 +31,7 @@ const Certs = ` <th>Created</th> <th>Expires</th> <th>Principals</th> + <th>Message</th> <th>Revoked</th> <th>Revoke</th> </tr> @@ -43,6 +44,7 @@ const Certs = ` <td class="principals"></td> <td></td> <td></td> + <td></td> </tr> </tbody> </table> |