Skip to content

Commit b8b9816

Browse files
committed
conflicts resolved
1 parent b710607 commit b8b9816

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/charts/route-trace.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ const RouteLocations = (props) => {
5757
// return div with Trace Points data
5858
return (
5959
<div>
60-
{resArray}
61-
</div>
60+
{resArray}
61+
</div>
6262
);
6363
};
6464

app/components/ServiceOverview.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import routeChart from '../assets/routeChart.png';
33
import OverviewContext from '../context/OverviewContext';
44
import HealthInformationContext from '../context/DetailsContext';
55
import ServiceDetails from './ServiceDetails.jsx';
6-
import chartModal from '';
6+
import Modal from './Modal.jsx';
77

88

99
const { ipcRenderer } = window.require('electron');
@@ -43,7 +43,7 @@ const ServiceOverview = (props) => {
4343
const [chartTitle, setChartTitle] = useState();
4444

4545
// route button AND traffic button property
46-
const routeButtonProperty = { traffic: { id: 'Traffic', alt: 'Microservice Traffic', src: chartModal }, routes: { id: 'Routes', alt: 'Route Trace', src: routeChart } };
46+
const routeButtonProperty = { traffic: { id: 'Traffic', alt: 'Microservice Traffic', src: 'app/assets/chartModal.png' }, routes: { id: 'routesImage', alt: 'Route Trace', src: routeChart } };
4747

4848
// declare routes array to display routes when modal is toggled
4949
const routes = [];
@@ -85,7 +85,7 @@ const ServiceOverview = (props) => {
8585
toggleModalDisplay(!modalDisplay);
8686
}}
8787
type="image"
88-
id={routeButtonProperty.id}
88+
id={routeButtonProperty.routes.id}
8989
src="app/assets/routeChart.png"
9090
width="60px"
9191
alt={routeButtonProperty.routes.alt}

user/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"setupRequired":false,"services":[["octo","SQL","postgres://rqiocamx:[email protected]:5432/rqiocamx"]],"splash":false}
1+
{"setupRequired":true,"services":["hard","coded","in"],"splash":true}

0 commit comments

Comments
 (0)