Adam Majer
d54928f734
- Fix systemd units folder for leap and sle (bsc#1226541) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=192
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>
|