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
b21eb369
Commit
b21eb369
authored
Feb 21, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:grafana/grafana
parents
8e21717c
aa589d72
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
packages/grafana-ui/src/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap
+1
-1
public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap
+1
-1
public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap
+0
-2
No files found.
packages/grafana-ui/src/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap
View file @
b21eb369
...
...
@@ -2,7 +2,7 @@
exports[`CustomScrollbar renders correctly 1`] = `
<div
className="custom-scrollbar
s
"
className="custom-scrollbar"
style={
Object {
"height": "auto",
...
...
public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap
View file @
b21eb369
...
...
@@ -5,7 +5,7 @@ exports[`ServerStats Should render table with stats 1`] = `
className="page-scrollbar-wrapper"
>
<div
className="custom-scrollbar
s
"
className="custom-scrollbar
custom-scrollbar--page
"
style={
Object {
"height": "auto",
...
...
public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap
View file @
b21eb369
...
...
@@ -109,7 +109,6 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
autoHide={false}
autoHideDuration={200}
autoHideTimeout={200}
customClassName="custom-scrollbars"
hideTracksWhenNotNeeded={false}
scrollTop={0}
setScrollTop={[Function]}
...
...
@@ -345,7 +344,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
autoHide={false}
autoHideDuration={200}
autoHideTimeout={200}
customClassName="custom-scrollbars"
hideTracksWhenNotNeeded={false}
scrollTop={0}
setScrollTop={[Function]}
...
...
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