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

Merge branch 'ICSHWI-9276_Modifying_log_components' into 'develop'

ICSHWI-9276: Modifying log components

See merge request !152
parents 2dcf2042 bcaf173d
No related branches found
No related tags found
4 merge requests!270Merging develop branch to master in order to create RC,!222Fixing missing time interval parameter for logs,!202Merging develop to master,!152ICSHWI-9276: Modifying log components
Pipeline #111948 passed
......@@ -92,8 +92,7 @@ export function LokiPanel({host, iocName, isSyslog, isDeployed}) {
onChange={handleChange}
>
<MenuItem value={60}>1 hour</MenuItem>
<MenuItem value={360}>6 hours</MenuItem>
<MenuItem value={1440}>1 day</MenuItem>
<MenuItem value={720}>12 hours</MenuItem>
<MenuItem value={10080}>7 days</MenuItem>
</Select>
</FormControl>
......@@ -148,5 +147,5 @@ function preprocessLog(logData, isDeployed) {
}
}
return "<html><body> ------------ </body></html>";
return "<html><body> - No messages found for period - </body></html>";
}
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