Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
0029d965
Commit
0029d965
authored
Dec 06, 2017
by
Marcus Efraimsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: Show CTA for empty lists/folders #10083
parent
dd3c9da0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
public/app/features/dashboard/partials/dashboardList.html
+14
-2
No files found.
public/app/features/dashboard/partials/dashboardList.html
View file @
0029d965
...
...
@@ -57,7 +57,20 @@
</div>
</div>
<div
class=
"dashboard-list"
>
<div
ng-if=
"!ctrl.hasFilters && ctrl.sections.length === 0"
>
<empty-list-cta
model=
"{
title: 'This folder doesn\'t have any dashboards yet',
buttonIcon: 'gicon gicon-dashboard-new',
buttonLink: '/dashboard/new',
buttonTitle: 'Create Dashboard',
proTip: 'You can bulk move dashboards into this folder from the main dashboard list.',
proTipLink: 'http://docs.grafana.org/administration/provisioning/#datasources?utm_source=grafana_ds_list',
proTipLinkTitle: 'Learn more',
proTipTarget: '_blank'
}"
/>
</div>
<div
class=
"dashboard-list"
ng-show=
"ctrl.sections.length > 0"
>
<div
class=
"search-results-filter-row"
>
<gf-form-switch
on-change=
"ctrl.onSelectAllChanged()"
...
...
@@ -98,7 +111,6 @@
</div>
</div>
<div
class=
"search-results-container"
>
<h6
ng-show=
"ctrl.sections.length === 0"
>
No dashboards matching your query were found.
</h6>
<dashboard-search-results
results=
"ctrl.sections"
editable=
"true"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment