mirror of
https://github.com/nasa/openmct.git
synced 2025-01-27 14:49:28 +00:00
d1bc93cd31
When including/excluding a DOM element via mct-device, use replaceWith() instead of parent().append() to preserve original ordering of DOM elements from template. nasa/openmctweb#213.