You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/07 09:59:13 UTC

[skywalking-website] branch master updated: Add a new option for Grafana UI preview. (#575)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e45972ba8 Add a new option for Grafana UI preview. (#575)
67e45972ba8 is described below

commit 67e45972ba866999acc2821483acf591deefcea9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 7 17:59:06 2023 +0800

    Add a new option for Grafana UI preview. (#575)
---
 assets/scss/_custom_home.scss | 2 +-
 content/_index.html           | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/assets/scss/_custom_home.scss b/assets/scss/_custom_home.scss
index af17b5a204f..5bb730ddf14 100644
--- a/assets/scss/_custom_home.scss
+++ b/assets/scss/_custom_home.scss
@@ -237,7 +237,7 @@
       font-size: 14px;
       padding: 0.25rem 1.2rem;
 
-      &:last-child {
+      &:nth-last-child(-n + 2) {
         font-size: 16px;
       }
 
diff --git a/content/_index.html b/content/_index.html
index 6f2b3bc48a0..781c3535234 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -30,7 +30,12 @@ linkTitle = "Apache SkyWalking"
             <span class="dropdown-item" href="#">Password: skywalking</span>
             <span class="dropdown-item" href="#">
               <a href="http://demo.skywalking.apache.org/" target="_blank" rel="noopener">
-              Go <i class="iconfont icon-arrow-up-right"></i>
+              Go to native UI <i class="iconfont icon-arrow-up-right"></i>
+              </a>
+            </span>
+            <span class="dropdown-item" href="#">
+              <a href="http://demo.skywalking.apache.org:3000/" target="_blank" rel="noopener">
+              Preview metrics on Grafana <i class="iconfont icon-arrow-up-right"></i>
               </a>
             </span>
         </div>