Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / standby.html
1
2 <html>
3     <!-- Note: this is only displayed when the standby
4          does not know an active URI to redirect to, otherwise
5          a simple redirect is returned instead -->
6     <head>
7         <title>Ceph</title>
8         <meta http-equiv="refresh" content="{{delay}}">
9     </head>
10     <body>
11         No active ceph-mgr instance is currently running
12         the dashboard.  A failover may be in progress.
13         Retrying in {{delay}} seconds...
14     </body>
15 </html>