|
|
@@ -8,6 +8,11 @@
|
|
|
background-color:#272b30;
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
}
|
|
|
+
|
|
|
+ a {
|
|
|
+ color: #63ABB5;
|
|
|
+ }
|
|
|
+
|
|
|
.title1 {
|
|
|
font-weight: 800;
|
|
|
line-height: .9;
|
|
|
@@ -68,14 +73,15 @@
|
|
|
</head>
|
|
|
|
|
|
<body ng-controller="DashCtrl" ng-cloak>
|
|
|
- <img src='dist/img/kibana.png' style="float:right;margin-right:30px;"><p>
|
|
|
+ <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 copying the entire kibana repository, you need only copy the contents of the <a href="dist/index.html" class="teal">dist/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</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/releases/kibana-latest.zip">http://download.elasticsearch.org/kibana/releases/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>
|