diff options
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> |