mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewPanelEditor: Angular panel options, and angular component state to redux major change (#22448)
* NewPanelEdit: Added angular options to new panel editor and started looking and angular component state * Moved angular component state to redux * Close to working 100% * Think everything is working * AlertTab: Alert tab now gets angularComponent from redux * Fixed panel menu access to angular panel component * Added new tests * Fixed unit test * Fixed strict null errors * Fixed typescript issues * fixed issues
This commit is contained in:
@@ -67,7 +67,6 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
@@ -181,7 +180,6 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
@@ -275,7 +273,6 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
@@ -401,7 +398,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
@@ -513,7 +509,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
@@ -610,7 +605,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
@@ -704,7 +698,6 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
},
|
||||
"id": 1,
|
||||
"options": Object {},
|
||||
"restoreModel": [Function],
|
||||
"targets": Array [
|
||||
Object {
|
||||
"refId": "A",
|
||||
|
||||
Reference in New Issue
Block a user