Skip to content

Commit 1e2dba3

Browse files
committed
Beginnings of the empty app list
1 parent e38e8c7 commit 1e2dba3

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

public/app/features/apps/partials/list.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
<div class="page-wide" ng-init="ctrl.init()">
99
<h2>Apps</h2>
1010

11-
<div ng-if="!ctrl.apps">
12-
<em>No apps defined</em>
11+
<!-- <div ng-if="!ctrl.apps">-->
12+
<div class="filter-list-empty-message">
13+
<p>There are no apps available yet, but you could be the first to know.</p>
14+
<p style="margin-bottom: 25px;">Grafana.net will be an online marketplace to <strong>discover, share and create</strong> open source apps for Grafana. All in addition to killer features like instance <strong>performance monitoring</strong>, <strong>dashboard backups</strong> and exclusive access to the new <strong>raintank hosted metrics platform</strong>.</p>
15+
<button type="submit" class="btn btn-primary btn-large" ng-click="">
16+
<i class="fa fa-grafana"></i> Get Early Access</button>
1317
</div>
1418

1519
<ul class="filter-list">

public/less/filter-list.less

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@
2323
}
2424
}
2525

26+
.filter-list-empty-message {
27+
text-align: center;
28+
padding-top: 50px;
29+
min-height: 220px;
30+
max-width: 600px;
31+
min-width: 400px;
32+
margin: 0 auto;
33+
34+
strong {
35+
color: @headingsColor;
36+
font-weight: 500;
37+
letter-spacing: 0.2px;
38+
}
39+
}
40+
2641

2742

2843
// Card

0 commit comments

Comments
 (0)