updated the api to use a new variable for whether to load all nodes, this will still use the show errors boolean for the component page
fixed issue in the filter function in the grain cable model that caused it to return empty when a top node was not set updated the bin svg to have the disabled nodes greyed out
This commit is contained in:
parent
35e8996c29
commit
23223aa1a8
10 changed files with 134 additions and 109 deletions
|
|
@ -168,7 +168,8 @@ export default function DeviceComponent() {
|
|||
getContextKeys(),
|
||||
getContextTypes(),
|
||||
showErrors,
|
||||
as
|
||||
showErrors,
|
||||
as,
|
||||
)
|
||||
.then(resp => {
|
||||
if (resp.data.measurements) {
|
||||
|
|
@ -431,6 +432,7 @@ export default function DeviceComponent() {
|
|||
getContextKeys(),
|
||||
getContextTypes(),
|
||||
showErrors,
|
||||
showErrors,
|
||||
as
|
||||
)
|
||||
.then(response => {
|
||||
|
|
@ -627,6 +629,7 @@ export default function DeviceComponent() {
|
|||
getContextKeys(),
|
||||
getContextTypes(),
|
||||
showErrors,
|
||||
showErrors,
|
||||
as)
|
||||
.then(resp => {
|
||||
let newRows = UnitMeasurement.convertMeasurements(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue