]> 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
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / auth / sso / sso-not-found / sso-not-found.component.html
1 <div class="row">
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" [href]="logoutUrl">Login Page</a>. You'll be logged out from the Identity Provider when you retry logging in.</h4>
5
6 <img class="img-responsive center-block img-rounded"
7 src="/assets/1280px-Nautilus_Octopus.jpg">
8 <span>
9 "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
10 <a rel="nofollow"
11 class="external text"
12 href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
13 </span>
14 </div>
15 </div>