From 8ea2d3f19c01f9cb7e06423ba016375050969339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 3 Nov 2016 13:24:01 +0100 Subject: [PATCH] ux(dashboard): removed getting started stuff from dashlist panel, #6442 --- public/app/plugins/panel/dashlist/module.html | 48 ------- public/sass/components/_panel_dashlist.scss | 120 ------------------ 2 files changed, 168 deletions(-) diff --git a/public/app/plugins/panel/dashlist/module.html b/public/app/plugins/panel/dashlist/module.html index 549ca31b442..b5c59862e5d 100644 --- a/public/app/plugins/panel/dashlist/module.html +++ b/public/app/plugins/panel/dashlist/module.html @@ -1,51 +1,3 @@ -
-
-
- Getting Started with Grafana - -
-
-
-
Next up:
- Create your first data source -

If Grafana dashboards are like the eyes, man, datasources are the heart. Cosmic.

- -
- -
-
-
diff --git a/public/sass/components/_panel_dashlist.scss b/public/sass/components/_panel_dashlist.scss index 656513aa8c9..16cf415e521 100644 --- a/public/sass/components/_panel_dashlist.scss +++ b/public/sass/components/_panel_dashlist.scss @@ -25,124 +25,4 @@ } } -.dashlist-flex-container { - display: flex; - justify-content: space-between; - flex-direction: row; - background-color: $tight-form-bg; - padding: 20px; -} -.dashlist-panel-CTA-flex-container--left { - flex-grow: 2; - align-items: center; -} - -ul.dashlist-panel-CTA-flex-container--right { - padding-left: 1rem; - border-left: solid 1px black; - list-style-type: none; -} - -li.dashlist-panel-CTA-items { - text-align: left; - margin: 10px 0; -} - -li.dashlist-icons-container--active::before { - content: ' '; - border-top: 1px solid black; - width: 13px; - position: absolute; - margin-left: -14px; - margin-top: 9px; -} - -p.dashlist-blurb{ - font-size:14px; - color: $text-color; - margin: 0; -} - -a.dashlist-blurb{ - font-size:14px; - color: $text-color; - margin: 0; -} - -a.dashlist-blurb:hover{ - text-decoration: underline; -} - -.dashlist-blurb-success { - color: $text-color-weak; - text-decoration: line-through; -} - -a.dashlist-blurb-upcoming { - color: $text-color-weak; -} - -.dashlist-icon-active { - color: $brand-primary; - -webkit-text-fill-color: transparent; - background: $brand-gradient; - -webkit-background-clip: text; - text-decoration:none; - font-size: 20px; - vertical-align: sub; -} - -.dashlist-icon-upcoming { - color: $text-color-weak; - text-decoration:none; - font-size: 20px; - vertical-align: sub; -} - -.rt-dashboard-icon-warning { - color: $text-color-strong; - text-decoration:none; - font-size: 20px; - vertical-align: sub; -} - -.dashlist-icon-success { - color: $online; - font-size: 24px; - text-decoration:none; - vertical-align: sub; -} - -.dashlist-icons-container { - width: 30px; - display: inline-block; - margin-right: 5px; - text-align: center; - vertical-align: top; -} - -h5.dashlist-next-up { - color: $text-color-weak; - font-style: italic; -} - -p.dashlist-next-up-blurb { - color: $text-color-weak; - max-width: 375px; -} - -.dashlist-CTA-close-btn { - float: right; - padding: 0; - margin: 0 2px 0 0; - background-color: transparent; - border: none; - i { - font-size: 80%; - } - color: $text-color-weak; - &:hover { - color: $white; - } -}