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
a84e03dd
Commit
a84e03dd
authored
Dec 15, 2017
by
Marcus Efraimsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashfolders: styling of selected filters
#10081
parent
bd7837e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public/app/core/components/manage_dashboards/manage_dashboards.html
+3
-3
No files found.
public/app/core/components/manage_dashboards/manage_dashboards.html
View file @
a84e03dd
...
...
@@ -15,7 +15,7 @@
</a>
</div>
<div
class=
"page-action-bar page-action-bar--narrow"
ng-
hide=
"(!ctrl.hasFilters && ctrl.sections.length === 0) || !
ctrl.hasFilters"
>
<div
class=
"page-action-bar page-action-bar--narrow"
ng-
show=
"
ctrl.hasFilters"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
ng-show=
"ctrl.query.tag.length > 0"
>
<label
class=
"gf-form-label width-4"
>
...
...
@@ -38,8 +38,8 @@
</div>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label"
>
<a
class=
"pointer"
ng-click=
"ctrl.clearFilters()"
>
<i
class=
"fa fa-remove"
></i>
Clear
current search query and filters
<a
class=
"pointer"
ng-click=
"ctrl.clearFilters()"
bs-tooltip=
"'Clear current search query and filters'"
>
<i
class=
"fa fa-remove"
></i>
Clear
</a>
</label>
</div>
...
...
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