]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.html
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / auth / sso / sso-not-found / sso-not-found.component.html
1 <div class="vertical-align full-height">
2 <div class="col-md-12 text-center">
3 <h1 i18n>Sorry, the user does not exist in Ceph.</h1>
4 <h4 i18n>Return to <a class="sso-logout"
5 [href]="logoutUrl">Login Page</a>. You'll be logged out from the Identity Provider when you retry logging in.</h4>
6
7 <img class="img-fluid mx-auto rounded"
8 src="assets/1280px-Nautilus_Octopus.jpg">
9 <br>
10 <span>
11 "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
12 <a rel="nofollow"
13 class="external text"
14 href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
15 </span>
16 </div>
17 </div>