|
@@ -1,51 +1,3 @@
|
|
|
-<div class="dashlist">
|
|
|
|
|
- <div class="dashlist-section">
|
|
|
|
|
- <h6 class="dashlist-section-header">
|
|
|
|
|
- Getting Started with Grafana
|
|
|
|
|
- <button class="dashlist-CTA-close-btn"><i class="fa fa-remove"></i></button>
|
|
|
|
|
- </h6>
|
|
|
|
|
- <div class="dashlist-flex-container">
|
|
|
|
|
- <div class="dashlist-panel-CTA-flex-container--left">
|
|
|
|
|
- <h5 class="dashlist-next-up">Next up:</h5>
|
|
|
|
|
- <span class="dashlist-title">Create your first data source</span>
|
|
|
|
|
- <p class="dashlist-next-up-blurb">If Grafana dashboards are like the eyes, man, datasources are the heart. Cosmic.</p>
|
|
|
|
|
- <button class="btn btn-success">Add Data Source</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <ul class="dashlist-panel-CTA-flex-container--right">
|
|
|
|
|
- <li class="dashlist-panel-CTA-items">
|
|
|
|
|
- <div class="dashlist-icons-container">
|
|
|
|
|
- <i class="icon-gf icon-gf-check dashlist-icon-success"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <span class="dashlist-blurb dashlist-blurb-success">Install Grafana like a boss.</span>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li class="dashlist-panel-CTA-items dashlist-icons-container--active">
|
|
|
|
|
- <div class="dashlist-icons-container">
|
|
|
|
|
- <i class="icon-gf icon-gf-datasources dashlist-icon-active"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <a href="#" class="dashlist-blurb">Add your first data source.</a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li class="dashlist-panel-CTA-items">
|
|
|
|
|
- <div class="dashlist-icons-container">
|
|
|
|
|
- <i class="icon-gf icon-gf-dashboard dashlist-icon-upcoming"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <a href="#" class="dashlist-blurb dashlist-blurb-upcoming">Create your first dashboard.</a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li class="dashlist-panel-CTA-items">
|
|
|
|
|
- <div class="dashlist-icons-container">
|
|
|
|
|
- <i class="icon-gf icon-gf-users dashlist-icon-upcoming"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <a href="#" class="dashlist-blurb dashlist-blurb-upcoming">Invite your team.</a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li class="dashlist-panel-CTA-items">
|
|
|
|
|
- <div class="dashlist-icons-container">
|
|
|
|
|
- <i class="icon-gf icon-gf-grafana-icon dashlist-icon-upcoming"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <a href="#" class="dashlist-blurb dashlist-blurb-upcoming">Extend on Grafana.net.</a>
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-</div>
|
|
|
|
|
<div class="dashlist" ng-repeat="group in ctrl.groups">
|
|
<div class="dashlist" ng-repeat="group in ctrl.groups">
|
|
|
<div class="dashlist-section" ng-if="group.show">
|
|
<div class="dashlist-section" ng-if="group.show">
|
|
|
<h6 class="dashlist-section-header" ng-show="ctrl.panel.headings">
|
|
<h6 class="dashlist-section-header" ng-show="ctrl.panel.headings">
|