Skip to content
Snippets Groups Projects
Commit cf3d0957 authored by Imre Toth's avatar Imre Toth
Browse files

Fixing Loki logging parameter

parent d83fd78e
No related branches found
No related tags found
2 merge requests!34Loki,!33Loki
Pipeline #83579 passed
...@@ -44,7 +44,7 @@ export function IOCDetails({ ioc, getSubset=defaultSubset, alert, button }) { ...@@ -44,7 +44,7 @@ export function IOCDetails({ ioc, getSubset=defaultSubset, alert, button }) {
</Grid> </Grid>
<Grid item xs={12}> <Grid item xs={12}>
<SimpleAccordion summary="ProcServLog info" defaultExpanded> <SimpleAccordion summary="ProcServLog info" defaultExpanded>
{iocHost && <LokiPanel host={iocHost} isSyslog={true} />} {iocHost && <LokiPanel host={iocHost} isSyslog={false} />}
</SimpleAccordion> </SimpleAccordion>
</Grid> </Grid>
</Grid> </Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment