#90 create kube_ops_view package

This commit is contained in:
Henning Jacobs
2017-01-14 13:25:03 +01:00
parent b6d75bf240
commit 850683c368
11 changed files with 21 additions and 17 deletions

View File

@@ -0,0 +1,18 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Screen Tokens</title>
<link rel="shortcut icon" href="static/favicon.ico">
</head>
<body>
<h1>Screen Tokens</h1>
{% if new_token: %}
<p>The new token is: <code>{{ new_token }}</code></p>
{% endif %}
<form action="" method="post">
<button type="submit">Create new token</button>
</form>
</body>
</html>