mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Fix broken notif list snapshot
This commit is contained in:
parent
82b313c767
commit
82505cd43a
@ -404,6 +404,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
onSort={[Function]}
|
onSort={[Function]}
|
||||||
qsConfig={
|
qsConfig={
|
||||||
Object {
|
Object {
|
||||||
|
"dateFields": Array [
|
||||||
|
"modified",
|
||||||
|
"created",
|
||||||
|
],
|
||||||
"defaultParams": Object {
|
"defaultParams": Object {
|
||||||
"order_by": "name",
|
"order_by": "name",
|
||||||
"page": 1,
|
"page": 1,
|
||||||
@ -458,6 +462,10 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
onSort={[Function]}
|
onSort={[Function]}
|
||||||
qsConfig={
|
qsConfig={
|
||||||
Object {
|
Object {
|
||||||
|
"dateFields": Array [
|
||||||
|
"modified",
|
||||||
|
"created",
|
||||||
|
],
|
||||||
"defaultParams": Object {
|
"defaultParams": Object {
|
||||||
"order_by": "name",
|
"order_by": "name",
|
||||||
"page": 1,
|
"page": 1,
|
||||||
@ -637,6 +645,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
onSearch={[Function]}
|
onSearch={[Function]}
|
||||||
|
qsConfig={
|
||||||
|
Object {
|
||||||
|
"dateFields": Array [
|
||||||
|
"modified",
|
||||||
|
"created",
|
||||||
|
],
|
||||||
|
"defaultParams": Object {
|
||||||
|
"order_by": "name",
|
||||||
|
"page": 1,
|
||||||
|
"page_size": 5,
|
||||||
|
},
|
||||||
|
"integerFields": Array [
|
||||||
|
"page",
|
||||||
|
"page_size",
|
||||||
|
],
|
||||||
|
"namespace": "notification",
|
||||||
|
}
|
||||||
|
}
|
||||||
sortedColumnKey="name"
|
sortedColumnKey="name"
|
||||||
>
|
>
|
||||||
<I18n
|
<I18n
|
||||||
@ -668,6 +694,24 @@ exports[`<OrganizationNotifications /> initially renders succesfully 1`] = `
|
|||||||
}
|
}
|
||||||
i18n={"/i18n/"}
|
i18n={"/i18n/"}
|
||||||
onSearch={[Function]}
|
onSearch={[Function]}
|
||||||
|
qsConfig={
|
||||||
|
Object {
|
||||||
|
"dateFields": Array [
|
||||||
|
"modified",
|
||||||
|
"created",
|
||||||
|
],
|
||||||
|
"defaultParams": Object {
|
||||||
|
"order_by": "name",
|
||||||
|
"page": 1,
|
||||||
|
"page_size": 5,
|
||||||
|
},
|
||||||
|
"integerFields": Array [
|
||||||
|
"page",
|
||||||
|
"page_size",
|
||||||
|
],
|
||||||
|
"namespace": "notification",
|
||||||
|
}
|
||||||
|
}
|
||||||
sortedColumnKey="name"
|
sortedColumnKey="name"
|
||||||
>
|
>
|
||||||
<Form
|
<Form
|
||||||
|
Loading…
Reference in New Issue
Block a user