joyent / conch-ui

Web UI for Conch (https://github.com/joyent/conch-api)
2 stars 5 forks source link

Validations not viewable on production #285

Closed bdelano closed 3 years ago

bdelano commented 3 years ago

When you click on the validation tab you see the appropriate json come back but the UI chokes

TypeError: this.activeDeviceValidations.map is not a function
    at a.validationStateResultsById (ValidationTab.vue:214)
    at en.get (vue.runtime.esm.js:4479)
    at en.evaluate (vue.runtime.esm.js:4584)
    at a.validationStateResultsById (vue.runtime.esm.js:4836)
    at a.deviceValidations (ValidationTab.vue:186)
    at en.get (vue.runtime.esm.js:4479)
    at en.evaluate (vue.runtime.esm.js:4584)
    at a.deviceValidations (vue.runtime.esm.js:4836)
    at a.Qt (ValidationTab.vue?7153:1)
    at a.t._render (vue.runtime.esm.js:3548)
dustinryerson commented 3 years ago

I've verified that this has been fixed on production. Please feel free to reopen if I've missed something.