mirror of https://github.com/grafana/grafana.git
updating snaps
This commit is contained in:
parent
95656e1e95
commit
bf7ba9a4d1
|
|
@ -61,7 +61,10 @@ exports[`Render should render alpha info text 1`] = `
|
|||
},
|
||||
"description": "pretty decent plugin",
|
||||
"links": Array [
|
||||
"one link",
|
||||
Object {
|
||||
"name": "project",
|
||||
"url": "one link",
|
||||
},
|
||||
],
|
||||
"logos": Object {
|
||||
"large": "large/logo",
|
||||
|
|
@ -160,7 +163,10 @@ exports[`Render should render beta info text 1`] = `
|
|||
},
|
||||
"description": "pretty decent plugin",
|
||||
"links": Array [
|
||||
"one link",
|
||||
Object {
|
||||
"name": "project",
|
||||
"url": "one link",
|
||||
},
|
||||
],
|
||||
"logos": Object {
|
||||
"large": "large/logo",
|
||||
|
|
@ -254,7 +260,10 @@ exports[`Render should render component 1`] = `
|
|||
},
|
||||
"description": "pretty decent plugin",
|
||||
"links": Array [
|
||||
"one link",
|
||||
Object {
|
||||
"name": "project",
|
||||
"url": "one link",
|
||||
},
|
||||
],
|
||||
"logos": Object {
|
||||
"large": "large/logo",
|
||||
|
|
@ -353,7 +362,10 @@ exports[`Render should render is ready only message 1`] = `
|
|||
},
|
||||
"description": "pretty decent plugin",
|
||||
"links": Array [
|
||||
"one link",
|
||||
Object {
|
||||
"name": "project",
|
||||
"url": "one link",
|
||||
},
|
||||
],
|
||||
"logos": Object {
|
||||
"large": "large/logo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue