Skip to content

Commit bf83900

Browse files
committed
update workflows table namings and moved screenshot from sample-workflows to assets
Signed-off-by: wwanarif <[email protected]>
1 parent eb0dda1 commit bf83900

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

studio-frontend/packages/ui/src/ui-component/table/FlowListTable.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export const FlowListTable = ({ data, images, isLoading, filterFunction, updateF
277277
spacing={1}
278278
justifyContent='center'
279279
>
280-
App
280+
Launch App
281281
</Stack>
282282
</StyledTableCell>
283283
<StyledTableCell style={{ width: '30%' }} key='3'>
@@ -286,7 +286,7 @@ export const FlowListTable = ({ data, images, isLoading, filterFunction, updateF
286286
spacing={1}
287287
justifyContent='center'
288288
>
289-
Monitoring Dashboard
289+
Launch Monitoring Dashboard
290290
</Stack>
291291
</StyledTableCell>
292292
<StyledTableCell style={{ width: '5%' }} key='4'>
@@ -295,7 +295,7 @@ export const FlowListTable = ({ data, images, isLoading, filterFunction, updateF
295295
spacing={1}
296296
justifyContent='center'
297297
>
298-
Deployment
298+
Deployment Package Generation
299299
</Stack>
300300
</StyledTableCell>
301301
<StyledTableCell style={{ width: '25%' }} key='5'>

0 commit comments

Comments
 (0)