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
4b59cee1
Commit
4b59cee1
authored
Jan 26, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(search): add missing ctrl property in view
parent
bf817281
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public/app/core/components/search/search.html
+3
-3
No files found.
public/app/core/components/search/search.html
View file @
4b59cee1
...
...
@@ -5,11 +5,11 @@
</span>
<div
class=
"search-switches"
>
<i
class=
"fa fa-filter"
></i>
<a
class=
"pointer"
href=
"javascript:void 0;"
ng-click=
"showStarred()"
tabindex=
"2"
>
<a
class=
"pointer"
href=
"javascript:void 0;"
ng-click=
"
ctrl.
showStarred()"
tabindex=
"2"
>
<i
class=
"fa fa-remove"
ng-show=
"ctrl.query.starred"
></i>
starred
</a>
|
<a
class=
"pointer"
href=
"javascript:void 0;"
ng-click=
"getTags()"
tabindex=
"3"
>
<a
class=
"pointer"
href=
"javascript:void 0;"
ng-click=
"
ctrl.
getTags()"
tabindex=
"3"
>
<i
class=
"fa fa-remove"
ng-show=
"ctrl.tagsMode"
></i>
tags
</a>
...
...
@@ -30,7 +30,7 @@
<div
class=
"span6 offset1"
>
<div
ng-repeat=
"tag in results"
class=
"pointer"
style=
"width: 180px; float: left;"
ng-class=
"{'selected': $index === selectedIndex }"
ng-click=
"filterByTag(tag.term, $event)"
>
ng-click=
"
ctrl.
filterByTag(tag.term, $event)"
>
<a
class=
"search-result-tag label label-tag"
tag-color-from-name=
"tag.term"
>
<i
class=
"fa fa-tag"
></i>
<span>
{{tag.term}}
({{tag.count}})
</span>
...
...
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