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
953bdc4d
Commit
953bdc4d
authored
Sep 11, 2018
by
Patrick O'Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put folder name under dashboard name, tweaked aliginments in search results
parent
1599806b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
public/app/core/components/search/search_results.html
+2
-1
public/sass/components/_search.scss
+3
-1
No files found.
public/app/core/components/search/search_results.html
View file @
953bdc4d
...
...
@@ -33,7 +33,8 @@
<i
class=
"gicon mini gicon-dashboard-list"
></i>
</span>
<span
class=
"search-item__body"
ng-click=
"ctrl.onItemClick(item)"
>
<div
class=
"search-item__body-title"
>
{{::item.title}}
<span
ng-if=
"!section.url"
class=
"search-item__body-folder-title"
>
{{::item.folderTitle}}
</span></div>
<div
class=
"search-item__body-title"
>
{{::item.title}}
</div>
<span
class=
"search-item__body-folder-title"
>
{{::item.folderTitle}}
</span>
</span>
<span
class=
"search-item__tags"
>
<span
ng-click=
"ctrl.selectTag(tag, $event)"
ng-repeat=
"tag in item.tags"
tag-color-from-name=
"tag"
class=
"label label-tag"
>
...
...
public/sass/components/_search.scss
View file @
953bdc4d
...
...
@@ -210,18 +210,20 @@
.search-item__body-title
{
color
:
$list-item-link-color
;
line-height
:
14px
;
}
.search-item__body-folder-title
{
color
:
$text-color-weak
;
padding-left
:
0
.25rem
;
font-size
:
$font-size-xs
;
line-height
:
11px
;
}
.search-item__icon
{
padding
:
5px
;
flex
:
0
0
auto
;
font-size
:
19px
;
line-height
:
22px
;
padding
:
5px
2px
5px
10px
;
}
...
...
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