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
690e701f
Commit
690e701f
authored
Dec 05, 2018
by
Peter Holmberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix snapshots
parent
72b7497d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
15 deletions
+37
-15
public/app/features/datasources/settings/__snapshots__/BasicSettings.test.tsx.snap
+25
-11
public/app/features/datasources/settings/__snapshots__/DataSourceSettings.test.tsx.snap
+12
-4
No files found.
public/app/features/datasources/settings/__snapshots__/BasicSettings.test.tsx.snap
View file @
690e701f
...
...
@@ -5,20 +5,34 @@ exports[`Render should render component 1`] = `
className="gf-form-group"
>
<div
className="gf-form
max-width-30
"
className="gf-form
-inline
"
>
<Component
tooltip="The name is used when you select the data source in panels. The Default data source ispreselected in new panels."
<div
className="gf-form max-width-30"
style={
Object {
"marginRight": "3px",
}
}
>
Name
</Component>
<input
className="gf-form-input max-width-23"
<Component
tooltip="The name is used when you select the data source in panels. The Default data source ispreselected in new panels."
>
Name
</Component>
<input
className="gf-form-input max-width-23"
onChange={[Function]}
placeholder="Name"
required={true}
type="text"
value="Graphite"
/>
</div>
<Switch
checked={false}
label="Default"
onChange={[Function]}
placeholder="Name"
required={true}
type="text"
value="Graphite"
/>
</div>
</div>
...
...
public/app/features/datasources/settings/__snapshots__/DataSourceSettings.test.tsx.snap
View file @
690e701f
...
...
@@ -14,7 +14,9 @@ exports[`Render should render alpha info text 1`] = `
>
<BasicSettings
dataSourceName="gdev-cloudwatch"
onChange={[Function]}
isDefault={false}
onDefaultChange={[Function]}
onNameChange={[Function]}
/>
<div
className="grafana-info-box"
...
...
@@ -111,7 +113,9 @@ exports[`Render should render beta info text 1`] = `
>
<BasicSettings
dataSourceName="gdev-cloudwatch"
onChange={[Function]}
isDefault={false}
onDefaultChange={[Function]}
onNameChange={[Function]}
/>
<div
className="grafana-info-box"
...
...
@@ -208,7 +212,9 @@ exports[`Render should render component 1`] = `
>
<BasicSettings
dataSourceName="gdev-cloudwatch"
onChange={[Function]}
isDefault={false}
onDefaultChange={[Function]}
onNameChange={[Function]}
/>
<PluginSettings
dataSource={
...
...
@@ -300,7 +306,9 @@ exports[`Render should render is ready only message 1`] = `
>
<BasicSettings
dataSourceName="gdev-cloudwatch"
onChange={[Function]}
isDefault={false}
onDefaultChange={[Function]}
onNameChange={[Function]}
/>
<div
className="grafana-info-box span8"
...
...
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