]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/index.html
import ceph pacific 16.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Ceph</title>
6
7 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8 <link rel="icon" type="image/x-icon" id="cdFavicon" href="favicon.ico">
9 </head>
10 <body>
11 <noscript>
12 <div class="noscript container"
13 ng-if="false">
14 <div class="jumbotron alert alert-danger">
15 <h2 i18n>JavaScript required!</h2>
16 <p i18n>A browser with JavaScript enabled is required in order to use this service.</p>
17 <p i18n>When using Internet Explorer, please check your security settings and add this address to your trusted sites.</p>
18 </div>
19 </div>
20 </noscript>
21
22 <cd-root></cd-root>
23 </body>
24 </html>