Adam Majer
51da00818b
* Bug fixes and performance improvements - vendor.tar.gz: dropped. Bundling now part of main tarball. - update_version.sh: use instead of `osc service mr` to do version updates. updated README.packaging OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=186
14 lines
705 B
Diff
14 lines
705 B
Diff
Index: cockpit-251.3/pkg/selinux/setroubleshoot-view.jsx
|
|
===================================================================
|
|
--- cockpit-251.3.orig/pkg/selinux/setroubleshoot-view.jsx
|
|
+++ cockpit-251.3/pkg/selinux/setroubleshoot-view.jsx
|
|
@@ -458,7 +458,7 @@ export class SETroubleshootPage extends
|
|
<PageSection>
|
|
<Stack hasGutter>
|
|
<StackItem>{modifications}</StackItem>
|
|
- <StackItem>{troubleshooting}</StackItem>
|
|
+ <StackItem>{ !this.props.connected || troubleshooting}</StackItem>
|
|
</Stack>
|
|
</PageSection>
|
|
</Page>
|