mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Changed entity layout
This commit is contained in:
parent
453638477e
commit
2fd9aee6aa
5 changed files with 19 additions and 15 deletions
|
@ -3,7 +3,7 @@ import Ember from 'ember';
|
|||
export default Ember.Component.extend({
|
||||
tagName: 'div',
|
||||
classNames: ['line-chart'],
|
||||
xaxisLength: 30,
|
||||
xaxisLength: 100,
|
||||
|
||||
init: function() {
|
||||
this._super();
|
||||
|
|
|
@ -61,18 +61,18 @@ footer {
|
|||
|
||||
.layout-left {
|
||||
float: left;
|
||||
width: 50%;
|
||||
|
||||
padding-top: 10px;
|
||||
/*padding-left: 25px;*/
|
||||
height: 100%;
|
||||
|
||||
/*margin: 10px;*/
|
||||
}
|
||||
|
||||
.layout-right {
|
||||
float: right;
|
||||
width: 50%;
|
||||
|
||||
padding-top: 10px;
|
||||
/*padding-right: 25px;*/
|
||||
height: 100%;
|
||||
|
||||
/*margin: 10px;*/
|
||||
}
|
||||
|
||||
.layout::after {
|
||||
|
@ -81,12 +81,16 @@ footer {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
#properties {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#properties > .layout-left {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#properties > .layout-right {
|
||||
width: 75%;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#main > .layout-left {
|
||||
|
@ -94,7 +98,7 @@ footer {
|
|||
}
|
||||
|
||||
#main > .layout-right {
|
||||
width: 60%;
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
|
@ -133,10 +137,8 @@ footer {
|
|||
}
|
||||
|
||||
.line-chart {
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
height: 500px;
|
||||
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.mockup-image {
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
<header id="header">
|
||||
Lab Mashup Visualization
|
||||
</header>
|
||||
|
||||
|
||||
{{outlet}}
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<footer id="info">
|
||||
<p>© 2015 - Institute for Automation of Complex Power Systems</p>
|
||||
</footer>
|
||||
-->
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -1 +1 @@
|
|||
{{line-chart data=model.history}}
|
||||
{{line-chart data=model.history xaxisLength=600}}
|
||||
|
|
Loading…
Add table
Reference in a new issue