Small changes to the Summary Page

This commit is contained in:
Lucas
2024-05-08 15:49:06 -05:00
parent 4cea1b0832
commit e55c7b5b5a
4 changed files with 58 additions and 13 deletions

View File

@ -123,3 +123,4 @@ export default class BrowseComponent extends Component {
);
}
}

View File

@ -7,14 +7,32 @@ export default class SummaryComponent extends Component {
return (
<div className="summary">
<img className="summary-image" src={BeldenLogo} alt="Belden" />
<div className="summary-fieldContainer"></div>
{/* <iframe src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7" width="450" height="200" frameborder="0"></iframe> */}
<iframe
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=9"
width="450"
height="200"
frameborder="0"
></iframe>
<div className="summary-fieldContainer">
{/* <div className="summary-iframe"> */}
<iframe
className="summary-fieldContainer"
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
// width="400"
// height="300"
frameborder="0"
></iframe>
<iframe
className="summary-fieldContainer"
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
// width="400"
// height="300"
frameborder="0"
></iframe>
<iframe
className="summary-fieldContainer"
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
// width="400"
// height="300"
frameborder="0"
></iframe>
{/* </div> */}
{/* <iframe src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7" width="450" height="200" frameborder="0"></iframe> */}
</div>
</div>
);
}