devhome icon indicating copy to clipboard operation
devhome copied to clipboard

Environments three dots button shows empty flyout for compute systems with no dot operations

Open nieubank opened this issue 10 months ago • 0 comments

Dev Home version

No response

Windows build number

No response

Other software

No response

Steps to reproduce the bug

Install a compute system extension that only supports launch and no other operations.

see

        <!-- Three Dot Button template -->
        <DataTemplate x:Key="ThreeDotsButton" x:DataType="vm:ComputeSystemViewModel">
            <Grid>
                <Button
                    Style="{StaticResource HorizontalThreeDotsStyle}">
                    <Button.Flyout>
                        <customControls:CardFlyout ItemsViewModels="{x:Bind DotOperations}"/>
                    </Button.Flyout>
                </Button>
            </Grid>
        </DataTemplate>

Expected result

No response

Actual result

image

Included System Information

No response

Included Extensions Information

No response

nieubank avatar Apr 10 '24 15:04 nieubank