mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(nomad): remove nomad from UI EE-6060 (#10509)
This commit is contained in:
parent
1140804fe9
commit
8bb5129be0
110 changed files with 39 additions and 1813 deletions
|
@ -34,7 +34,6 @@ export function formatLogs(
|
|||
logs = stripHeadersFunc(logs);
|
||||
}
|
||||
// if JSON logs come serialized 2 times, parse them once to unwrap them
|
||||
// for example when retrieving Edge Agent logs on Nomad
|
||||
if (logs.startsWith('"')) {
|
||||
try {
|
||||
logs = JSON.parse(logs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue