We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0c485 commit abfd132Copy full SHA for abfd132
1 file changed
src/renderer/views/Apps.vue
@@ -59,7 +59,14 @@
59
</footer>
60
</dialog>
61
62
- <div class="flex justify-between items-center mb-6">
+ <div
63
+ class="flex justify-between items-center mb-6"
64
+ :class="{
65
+ 'opacity-50 pointer-events-none':
66
+ winboat.containerStatus.value !== ContainerStatus.Running ||
67
+ !winboat.isOnline.value
68
+ }"
69
+ >
70
<x-label class="text-neutral-300">Apps</x-label>
71
<div class="flex flex-row gap-2 justify-center items-center">
72
<!-- Refresh button -->
0 commit comments