|
| 1 | +<!doctype html> |
| 2 | +<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
| 3 | +<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
| 4 | +<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
| 5 | +<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
| 6 | + <head> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 9 | + <title>Spring Cloud Data Flow - Logout</title> |
| 10 | + <meta name="description" content=""> |
| 11 | + <meta name="viewport" content="width=device-width"> |
| 12 | + <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> |
| 13 | + <!-- build:css({.tmp,app}) styles/main.css --> |
| 14 | + <link rel="stylesheet" href="styles/main.css"> |
| 15 | + <!-- endbuild --> |
| 16 | + </head> |
| 17 | + <body> |
| 18 | + |
| 19 | + <!--[if lt IE 7]> |
| 20 | + <p>You are using an <strong>outdated</strong> browser. Please upgrade your browser to improve your experience.</p> |
| 21 | + <![endif]--> |
| 22 | + <nav class="navbar navbar-default" role="navigation"> |
| 23 | + <div class="container"> |
| 24 | + <div class="navbar-header"> |
| 25 | + <a class="navbar-brand" href="/dashboard"><span></span></a> |
| 26 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
| 27 | + <span class="sr-only">Toggle navigation</span> |
| 28 | + <span class="icon-bar"></span> |
| 29 | + <span class="icon-bar"></span> |
| 30 | + <span class="icon-bar"></span> |
| 31 | + </button> |
| 32 | + </div> |
| 33 | + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
| 34 | + <ul class="nav navbar-nav navbar-right"> |
| 35 | + <li> |
| 36 | + <a href="/dashboard">Login</a> |
| 37 | + </li> |
| 38 | + </ul> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </nav> |
| 42 | + <div class="container-fluid homepage-billboard"> |
| 43 | + <div class="row"> |
| 44 | + <div class="homepage-title--container"> |
| 45 | + <div class="homepage-title">Spring Cloud Data Flow Dashboard</div> |
| 46 | + <div class="homepage-subtitle--container desktop-only"> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + <div class="platform--wrapper"> |
| 50 | + <div class="platform--title">Logged Out</div> |
| 51 | + <div class="platform--text"> |
| 52 | + <div class="container-fluid"> |
| 53 | + <div class="row"> |
| 54 | + <div class="col-md-8 col-md-offset-2"> |
| 55 | + <p class="inverted"> |
| 56 | + You have successfully logged out from the Spring Cloud Data Flow Dashboard. |
| 57 | + </p> |
| 58 | + <p class="inverted"> |
| 59 | + Please keep in mind that you are most likely still logged in with your oauth |
| 60 | + provider. Therefore, going to the main Dashboard URL will log you back in, |
| 61 | + unless you also log out from your oauth provider. |
| 62 | + </p> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | +</body> |
| 71 | +</html> |
0 commit comments