Updated gif's
This commit is contained in:
parent
60d9f054e0
commit
8e7d81e618
|
@ -5,11 +5,13 @@
|
|||
This web part demonstrates displaying the list of flows and perform some basic actions on the flow.
|
||||
|
||||
Flow Dashboard
|
||||
![](./assets/Dashboard.mp4)
|
||||
![](./assets/Dashboard.gif)
|
||||
|
||||
Flow run history
|
||||
![](./assets/Flowrunhistory.mp4)
|
||||
![](./assets/Flowrunhistory.gif)
|
||||
|
||||
Enabling stopped or suspended flows
|
||||
![](./assets/Enablingflows.mp4)
|
||||
![](./assets/Enablingflows.gif)
|
||||
|
||||
|
||||
## Compatibility
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 18 MiB |
Binary file not shown.
After Width: | Height: | Size: 22 MiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 9.1 MiB After Width: | Height: | Size: 8.3 MiB |
Binary file not shown.
|
@ -24,22 +24,22 @@
|
|||
],
|
||||
"thumbnails": [
|
||||
{
|
||||
"type": "video",
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Dashboard.mp4",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Dashboard.gif",
|
||||
"alt": "Web Part Preview"
|
||||
},
|
||||
{
|
||||
"type": "video",
|
||||
"type": "image",
|
||||
"order": 101,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Flowrunhistory.mp4",
|
||||
"alt": "Flow run history"
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Flowrunhistory.gif",
|
||||
"alt": "Flow run history preview"
|
||||
},
|
||||
{
|
||||
"type": "video",
|
||||
"type": "image",
|
||||
"order": 102,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Enablingflows.mp4",
|
||||
"alt": "Web Part Preview"
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Enablingflows.gif",
|
||||
"alt": "Enabling flows Preview"
|
||||
}
|
||||
],
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in New Issue