Commit a6c44a22 authored by Simon Pastor's avatar Simon Pastor
Browse files

PR comment for source-dest node label

parent 9d54c331
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ class DashCfgDetailPane extends Component {
            <>
              <GridCell span={12}>
                <IDSelect
                  label={'Source Node'}
                  label={'UE'}
                  outlined
                  options={wirelessSrcNodeIds}
                  onChange={e => {
@@ -171,7 +171,7 @@ class DashCfgDetailPane extends Component {
              </GridCell>
              <GridCell span={12}>
                <IDSelect
                  label={'Destination Node'}
                  label={'POA'}
                  outlined
                  options={wirelessDstNodeIds}
                  onChange={e => {
@@ -187,7 +187,7 @@ class DashCfgDetailPane extends Component {
            <>
              <GridCell span={12}>
                <IDSelect
                  label={'Source Node'}
                  label={'UE'}
                  outlined
                  options={wirelessSrcNodeIds}
                  onChange={e => {
+1 −1
Original line number Diff line number Diff line
@@ -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,