We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the images tab, the All Images checkbox is always disabled and checked when using moby, without a tooltip to describe why.
It is unclear why it is checked.
Either the checkbox is not display when never applicable, or a tooltip describes why the checkbox is disabled.
The checkbox is disabled when the view doesn't support showing all images:
rancher-desktop/pkg/rancher-desktop/components/Images.vue
Lines 25 to 31 in 137950c
That happens if the current namespace (which is always undefined on moby) is not k8s.io:
undefined
k8s.io
Lines 257 to 259 in 137950c
So I think we just need some tooltips to say why.
1.17.0-g77398647d
N/A
moby (docker cli)
Windows
Windows 11 Pro 23H2 (Build 22631.4602)
x64
None
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual Behavior
In the images tab, the All Images checkbox is always disabled and checked when using moby, without a tooltip to describe why.
Steps to Reproduce
Result
It is unclear why it is checked.
Expected Behavior
Either the checkbox is not display when never applicable, or a tooltip describes why the checkbox is disabled.
Additional Information
The checkbox is disabled when the view doesn't support showing all images:
rancher-desktop/pkg/rancher-desktop/components/Images.vue
Lines 25 to 31 in 137950c
That happens if the current namespace (which is always
undefined
on moby) is notk8s.io
:rancher-desktop/pkg/rancher-desktop/components/Images.vue
Lines 257 to 259 in 137950c
So I think we just need some tooltips to say why.
Rancher Desktop Version
1.17.0-g77398647d
Rancher Desktop K8s Version
N/A
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Windows 11 Pro 23H2 (Build 22631.4602)
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
No response
The text was updated successfully, but these errors were encountered: