mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-17 12:21:31 +00:00
empty result
This commit is contained in:
parent
a24d1bc037
commit
84fd6365f3
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class @Utils
|
|||
find('.agent-dry-run-log').text(json.log).end().
|
||||
find('.agent-dry-run-events').text(json.events).end().
|
||||
find('.agent-dry-run-memory').text(json.memory)
|
||||
active = if json.events.match(/^\[\s*\]$/) then 'tabLog' else 'tabEvents'
|
||||
active = if json.events.match(/^\[?\s*\]?$/) then 'tabLog' else 'tabEvents'
|
||||
$('#resultTabs a[href="#' + active + '"]').tab('show')
|
||||
title: 'Dry Run Results',
|
||||
onHide: callback
|
||||
|
|
Loading…
Add table
Reference in a new issue