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
9ba9043d
Commit
9ba9043d
authored
Nov 23, 2017
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashlist: change scrollbar to new perfect scroll directive
parent
84c46f0c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
public/app/features/dashboard/partials/dashboardList.html
+6
-9
No files found.
public/app/features/dashboard/partials/dashboardList.html
View file @
9ba9043d
<div
class=
"scroll-canvas"
>
<div
gemini-scrollbar
>
<div
class=
"scroll-canvas"
grafana-scrollbar
>
<navbar
model=
"ctrl.navModel"
></navbar>
<div
class=
"page-container"
style=
"height: 95%"
>
<div
class=
"page-header"
>
...
...
@@ -51,23 +50,24 @@
</div>
</div>
<div
style=
"height: 80
%"
>
<div
style=
"width: 40%; display: flex; float: right;
"
>
<div
style=
"height: 75
%"
>
<div
style=
"display: flex; justify-content: flex-end
"
>
<select
style=
"width: 150px;"
class=
"gf-form-input"
ng-model=
"ctrl.selectedStarredFilter"
ng-options=
"t.text disable when t.disabled for t in ctrl.starredFilterOptions"
ng-change=
"ctrl.onStarredFilterChange()"
/>
<select
style=
"width: 150px;"
class=
"gf-form-input"
ng-model=
"ctrl.selectedTagFilter"
ng-options=
"t.term disable when t.disabled for t in ctrl.tagFilterOptions"
ng-change=
"ctrl.onTagFilterChange()"
/>
</div>
<div
gemini-scrollbar
>
<div
class=
"search-results-container"
ng-show=
"ctrl.sections.length > 0"
>
<div
class=
"search-results-container"
ng-show=
"ctrl.sections.length > 0"
grafana-scrollbar
>
<div
ng-repeat=
"section in ctrl.sections"
class=
"search-section"
>
<div
class=
"search-section__header__with-checkbox"
ng-hide=
"section.hideHeader"
>
...
...
@@ -111,7 +111,6 @@
</div>
</div>
</div>
</div>
<!-- <div bindonce class="search-section" ng-repeat="dashboard in ctrl.dashboards">
<gf-form-switch
...
...
@@ -144,7 +143,5 @@
No Dashboards or Folders found.
</em>
</div>
</div>
</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