Added descriptions
This commit is contained in:
parent
ef53588ab9
commit
577e82deb2
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
This web part demonstrates displaying the list of flows and perform some basic actions on the flow.
|
This web part demonstrates displaying the list of flows and perform some basic actions on the flow.
|
||||||
|
|
||||||
|
Flow Dashboard
|
||||||
|
|
||||||
|
Flow run history
|
||||||
|
|
||||||
|
Enabling stopped or suspended flows
|
||||||
|
|
||||||
|
|
||||||
![](./assets/react-flow-dashboard.gif)
|
![](./assets/react-flow-dashboard.gif)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -24,9 +24,21 @@
|
||||||
],
|
],
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
{
|
{
|
||||||
"type": "image",
|
"type": "video",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/react-flow-dashboard.gif",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Dashboard.mp4",
|
||||||
|
"alt": "Web Part Preview"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "video",
|
||||||
|
"order": 101,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Flow run history.mp4",
|
||||||
|
"alt": "Flow run history"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "video",
|
||||||
|
"order": 102,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Enablingflows.mp4",
|
||||||
"alt": "Web Part Preview"
|
"alt": "Web Part Preview"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue