| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Apache Knox Token Generation</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <link rel="icon" type="image/x-icon" href="favicon.ico"> |
| <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
| <script> |
| window['base-href'] = window.location.pathname.replace('index.html', ''); |
| </script> |
| </head> |
| |
| <body> |
| <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> |
| <div class="container-fluid align-items-start"> |
| <a class="navbar-brand p-0 me-3 d-flex" href="#"> |
| <img src="assets/knox-logo-transparent.gif" alt="Apache Knox Home" |
| style="max-width:200px; margin-top:-5px;"> |
| </a> |
| |
| <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" |
| aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"> |
| <span class="navbar-toggler-icon"></span> |
| </button> |
| |
| <div class="collapse navbar-collapse" id="navbarContent"> |
| <div class="ms-auto d-flex flex-column pt-0"> |
| <app-session-information></app-session-information> |
| </div> |
| </div> |
| </div> |
| </nav> |
| <div class="container-fluid mt-4"> |
| <app-token-generation></app-token-generation> |
| </div> |
| </div> |
| </body> |
| </html> |