Skip to content

Commit 1faef31

Browse files
authored
Add hover to the codeflows page (#4844)
#4732
1 parent 03bb573 commit 1faef31

File tree

1 file changed

+1
-0
lines changed
  • src/ProductConstructionService/ProductConstructionService.BarViz/Pages

1 file changed

+1
-0
lines changed

src/ProductConstructionService/ProductConstructionService.BarViz/Pages/Codeflows.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
AutoFit="true"
4848
TGridItem=CodeflowSubscription
4949
ResizableColumns="true"
50+
ShowHover="true"
5051
RowClass="@(sub => sub.Enabled ? null : "disabled-subscription")"
5152
Style="width: 100%">
5253
<EmptyContent>

0 commit comments

Comments
 (0)