Grid of Graphs is not working
This commit is contained in:
parent
c82ef2e7af
commit
ee0ab01355
@ -57,8 +57,8 @@ $hover-blue: #25b3ff;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.summary-iframe {
|
.summary-iframe {
|
||||||
// width: 400px;
|
width: 400px;
|
||||||
// height: 400px;
|
height: 400px;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
@ -10,24 +10,27 @@ export default class SummaryComponent extends Component {
|
|||||||
<div className="summary-fieldContainer">
|
<div className="summary-fieldContainer">
|
||||||
{/* <div className="summary-iframe"> */}
|
{/* <div className="summary-iframe"> */}
|
||||||
<iframe
|
<iframe
|
||||||
className="summary-fieldContainer"
|
className="summary-iframe"
|
||||||
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
|
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
|
||||||
// width="400"
|
// width="400"
|
||||||
// height="300"
|
// height="300"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
></iframe>
|
></iframe>
|
||||||
<iframe
|
<iframe
|
||||||
className="summary-fieldContainer"
|
className="summary-iframe"
|
||||||
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
|
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
|
||||||
// width="400"
|
// width="400"
|
||||||
// height="300"
|
// height="300"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
></iframe>
|
></iframe>
|
||||||
<iframe
|
<iframe
|
||||||
className="summary-fieldContainer"
|
className="summary-iframe"
|
||||||
|
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
|
||||||
|
frameborder="0"
|
||||||
|
></iframe>
|
||||||
|
<iframe
|
||||||
|
className="summary-iframe"
|
||||||
src="http://192.168.1.12:3000/d-solo/cdiqwmlr8c9ogf/sensors?orgId=1&refresh=1s&theme=light&panelId=7"
|
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"
|
frameborder="0"
|
||||||
></iframe>
|
></iframe>
|
||||||
{/* </div> */}
|
{/* </div> */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user