forked from cockpit/cockpit
Jan Zerebecki
9dad9ddf78
- enable build of cockpit-selinux module - changes to keep it sync with sle micro (cockpit-selinux module patch) OBS-URL: https://build.opensuse.org/request/show/1043313 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=116
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>
|