Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nieubank opened this issue Apr 10, 2024 · 2 comments
Assignees
Labels
Area-Environments Issue-Bug Something isn't working or needs investigation Priority-3 Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release

Comments

@nieubank
Copy link
Contributor

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 nieubank added Issue-Bug Something isn't working or needs investigation Area-Environments labels Apr 10, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage New issue that the core contributors need to triage label Apr 10, 2024
@bbonaby bbonaby added Priority-2 and removed Needs-Triage New issue that the core contributors need to triage labels Apr 11, 2024
@huzaifa-d
Copy link
Contributor

This is a P3, since this involves using an extension that has no supported operations, i.e. - this is theoretical.

@huzaifa-d
Copy link
Contributor

Fixed in #3365

@huzaifa-d huzaifa-d added the Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Environments Issue-Bug Something isn't working or needs investigation Priority-3 Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release
Projects
None yet
Development

No branches or pull requests

5 participants