Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Problems in EXPORT #47

Closed
jtschichold opened this issue Oct 12, 2016 · 1 comment
Closed

Problems in EXPORT #47

jtschichold opened this issue Oct 12, 2016 · 1 comment
Assignees
Labels

Comments

@jtschichold
Copy link
Member

2 bugs in EXPORT in the CONFIG view:

  1. nodes wrapper object is missing
  2. if inputs are not defined in the object, an empty inputs is produced.

Example:

ransomwaretracker_DOMBL:
  inputs:
  output: true
  prototype: ransomwaretracker.RW_DOMBL
  node_type: miner

Should be:

nodes:
  ransomwaretracker_DOMBL:
    output: true
    prototype: ransomwaretracker.RW_DOMBL
    node_type: miner
@jtschichold jtschichold self-assigned this Oct 12, 2016
jtschichold added a commit to jtschichold/minemeld-webui that referenced this issue Oct 17, 2016
Signed-off-by: Luigi Mori <l@isidora.org>
jtschichold added a commit that referenced this issue Oct 17, 2016
@jtschichold
Copy link
Member Author

Fixed with #49

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant