Loading js-apps/meep-frontend/src/js/containers/cfg/cfg-network-element-container.js +3 −2 Original line number Diff line number Diff line Loading @@ -1039,7 +1039,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element } onUpdate={onUpdate} element={element} validate={validateWirelessType} label='Wireless Type Priority' label='Supported Wireless Types (order by priority)' fieldName={FIELD_WIRELESS_TYPE} cydata={CFG_ELEM_WIRELESS_TYPE} /> Loading Loading @@ -1139,12 +1139,13 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element } onUpdate={onUpdate} element={element} validate={validateWirelessType} label='Wireless Type Priority' label='Supported Wireless Types (order by priority)' fieldName={FIELD_WIRELESS_TYPE} cydata={CFG_ELEM_WIRELESS_TYPE} /> </Grid> : <></> } <Grid> <CfgTextFieldCell span={12} Loading Loading
js-apps/meep-frontend/src/js/containers/cfg/cfg-network-element-container.js +3 −2 Original line number Diff line number Diff line Loading @@ -1039,7 +1039,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element } onUpdate={onUpdate} element={element} validate={validateWirelessType} label='Wireless Type Priority' label='Supported Wireless Types (order by priority)' fieldName={FIELD_WIRELESS_TYPE} cydata={CFG_ELEM_WIRELESS_TYPE} /> Loading Loading @@ -1139,12 +1139,13 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element } onUpdate={onUpdate} element={element} validate={validateWirelessType} label='Wireless Type Priority' label='Supported Wireless Types (order by priority)' fieldName={FIELD_WIRELESS_TYPE} cydata={CFG_ELEM_WIRELESS_TYPE} /> </Grid> : <></> } <Grid> <CfgTextFieldCell span={12} Loading