Loading js-apps/meep-frontend/src/js/containers/exec/dash-cfg-detail-pane.js→js-apps/meep-frontend/src/js/containers/exec/dashboard-cfg-detail-pane.js +3 −3 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ class DashCfgDetailPane extends Component { <> <GridCell span={12}> <IDSelect label={'Source Node'} label={'UE'} outlined options={wirelessSrcNodeIds} onChange={e => { Loading @@ -171,7 +171,7 @@ class DashCfgDetailPane extends Component { </GridCell> <GridCell span={12}> <IDSelect label={'Destination Node'} label={'POA'} outlined options={wirelessDstNodeIds} onChange={e => { Loading @@ -187,7 +187,7 @@ class DashCfgDetailPane extends Component { <> <GridCell span={12}> <IDSelect label={'Source Node'} label={'UE'} outlined options={wirelessSrcNodeIds} onChange={e => { Loading js-apps/meep-frontend/src/js/containers/exec/dashboard-cfg-pane.js +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import { Grid, GridCell, GridInner } from '@rmwc/grid'; import { Typography } from '@rmwc/typography'; import { updateObject } from '@/js/util/object-util'; import * as d3 from 'd3'; import DashCfgDetailPane from './dash-cfg-detail-pane'; import DashCfgDetailPane from './dashboard-cfg-detail-pane'; import { getScenarioNodeChildren, Loading Loading
js-apps/meep-frontend/src/js/containers/exec/dash-cfg-detail-pane.js→js-apps/meep-frontend/src/js/containers/exec/dashboard-cfg-detail-pane.js +3 −3 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ class DashCfgDetailPane extends Component { <> <GridCell span={12}> <IDSelect label={'Source Node'} label={'UE'} outlined options={wirelessSrcNodeIds} onChange={e => { Loading @@ -171,7 +171,7 @@ class DashCfgDetailPane extends Component { </GridCell> <GridCell span={12}> <IDSelect label={'Destination Node'} label={'POA'} outlined options={wirelessDstNodeIds} onChange={e => { Loading @@ -187,7 +187,7 @@ class DashCfgDetailPane extends Component { <> <GridCell span={12}> <IDSelect label={'Source Node'} label={'UE'} outlined options={wirelessSrcNodeIds} onChange={e => { Loading
js-apps/meep-frontend/src/js/containers/exec/dashboard-cfg-pane.js +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import { Grid, GridCell, GridInner } from '@rmwc/grid'; import { Typography } from '@rmwc/typography'; import { updateObject } from '@/js/util/object-util'; import * as d3 from 'd3'; import DashCfgDetailPane from './dash-cfg-detail-pane'; import DashCfgDetailPane from './dashboard-cfg-detail-pane'; import { getScenarioNodeChildren, Loading