diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/static/static.go | 4 | ||||
| -rw-r--r-- | server/templates/certs.go | 2 | ||||
| -rw-r--r-- | server/templates/token.go | 11 | 
3 files changed, 11 insertions, 6 deletions
| diff --git a/server/static/static.go b/server/static/static.go index d6d1c27..c460d33 100644 --- a/server/static/static.go +++ b/server/static/static.go @@ -191,7 +191,7 @@ var _escData = map[string]*_escFile{  	"/static/css/normalize.css": {  		local:   "server/static/css/normalize.css",  		size:    7797, -		modtime: 1471450269, +		modtime: 1471461643,  		compressed: `  H4sIAAAJbogA/7RZaY/cNtL+rl9RcRDYnlfd0z2Ok7yazQcjxybI4UXsxS5gDCBKLHVzhyIFkurp9mb/  +6J46OjRTBxgnXyYtkRWFet46inq8uITUNq0TIr3uK6thcOL9WZ9Bb/DLz++hZ9Fjcoi/A474dZCXw5r @@ -242,7 +242,7 @@ UiCnOZGB6ckFlT6EXIRfX7/9rvC7BgbEFLnZsgblCSqM0MvHjy4L42U0OU1Hj96XwltiSB//Mr/V1gEN  	"/static/css/skeleton.css": {  		local:   "server/static/css/skeleton.css",  		size:    11458, -		modtime: 1471454588, +		modtime: 1471461643,  		compressed: `  H4sIAAAJbogA/8w6727kNu7f/RREigXage35P5udoMWv3d20P6Db3jV7dx8O/SDb9FiIbLmSnMl0EeDe  4d7wnuQg2fK/kWdzn7KTADMmRYoiKVKkNZ95M7i7R4aKF/D3VbgIN94M3vLyJOghU7BaLDc+vCMPCD+S diff --git a/server/templates/certs.go b/server/templates/certs.go index 8c7f7ef..cf4c7d1 100644 --- a/server/templates/certs.go +++ b/server/templates/certs.go @@ -16,7 +16,7 @@ const Certs = `  <body>  	<div class="container">  		<div class="page-header"> -			<h1>Issued SSH Certificates</h1> +			<h2>Issued SSH Certificates</h2>  		</div>  		<form action="/admin/revoke" method="post" id="form_revoke"> diff --git a/server/templates/token.go b/server/templates/token.go index afed2a3..ffaba91 100644 --- a/server/templates/token.go +++ b/server/templates/token.go @@ -32,13 +32,18 @@ const Token = `  <body>  	<div class="container">  		<div class="page-header"> -			<h1>Access Token</h1> +			<h2>Access Token</h2>  		</div>  		<div>  			<textarea style="font-size: 15pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea> -			<h2> +			<h3>  				The token will expire in < 1 hour. -			</h2> +			</h3> +		</div> +		<div> +			<h4> +				<a href="/admin/certs">Previously Issued Certificates</a> +			</h4>  		</div>  	</div>  </body> | 
