| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <!DOCTYPE html>
- <head>
- <title>Kibana 3</title>
- <style>/* add your css style rules here */
- body {
- color:#c8c8c8;
- background-color:#272b30;
- font-family: 'Open Sans', sans-serif;
- }
- a {
- color: #63ABB5;
- }
- .title1 {
- font-weight: 800;
- line-height: .9;
- font-size: 98px
- }
- .title2 {
- font-weight: 800;
- line-height: .9;
- font-size: 60px
- }
- .title3 {
- font-weight: 800;
- font-size: 25px;
- line-height: 1.1;
- }
- .lowercase {
- text-transform: lowercase;
- }
- .uppercase {
- text-transform: uppercase;
- }
- .light {
- font-weight: 200;
- }
- .big { text-transform: uppercase; margin: 0; padding: 0; }
- .bold { font-weight: 800; }
- .orange {
- color: #FF9640;
- }
- .yellow {
- color: #FFDD68;
- }
- .teal {
- color: #63ABB5;
- }
- .green {
- color: #629153;
- }
- .purple {
- color: #645068;
- }
- .white {
- color: #fff;
- }
- </style>
- </head>
- <body ng-controller="DashCtrl" ng-cloak>
- <img src='src/img/kibana.png' style="float:right;margin:30px 60px 30px 60px;"><p>
- <div class="title2">
- <span class="orange">Oops.</span> Looks like you've upgraded from an old version
- </div>
- <div class="title3">No worries. <span class="light">Kibana has a new build system. Now its faster and lighter than ever before.</span></div>
- <p>
- <div class="white title3 uppercase">To fix this</div>
- <div class="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <a href="http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip">http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip</a><p>
- If you really want to run from source you can do so from the <a href="src/index.html">src/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</div>
- </body>
- </html>
|