Skip to content

Commit

Permalink
Issue #90: Enable EVR monitoring in addition to fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored and aywaldron committed Nov 29, 2018
1 parent f0a16ff commit 70f28e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ait/gui/static/js/ait/gui/Field.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,9 @@ const Field =
value = Number(value).toFixed(5)
}
}
}

if (this.hasLimitCheck()) {
if (this.hasLimitCheck()) {
// Limit checks should always be performed against a DN-to-EU
// converted value since limits are expected to be defined
// in EU values.
Expand Down Expand Up @@ -361,7 +362,6 @@ const Field =
ait.events.emit('field:limitIn', this._pname + '_' + this._fname)
}
}
}

return m('ait-field', vnode.attrs, value)
}
Expand Down

0 comments on commit 70f28e5

Please sign in to comment.