Merge pull request #13 from saravanan30erd/issue-10
Issue #10 - Change to vertical view
This commit is contained in:
commit
fad4a5dcb5
|
@ -94,9 +94,11 @@ div.panel.show {
|
|||
}
|
||||
|
||||
.canvas-container {
|
||||
height: 35%;
|
||||
margin: auto;
|
||||
width: 24%;
|
||||
width: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top:200;
|
||||
margin-bottom:100;
|
||||
}
|
||||
|
||||
.canvas-graph {
|
||||
|
|
|
@ -7,7 +7,7 @@ $ color = "green"
|
|||
<div class="download-header">
|
||||
<button class="download-button" onclick="window.location.href = 'download';">Download Report</button>
|
||||
</div>
|
||||
<div style="height: 38%; overflow-y: scroll; overflow-x: hidden;">
|
||||
<div style="height: 100%;border-right:2px solid #ccc; padding:5px;overflow-x: hidden; float:left; width:48%">
|
||||
$for server in range(len(output)):
|
||||
$code:
|
||||
errors = 0
|
||||
|
@ -89,10 +89,11 @@ $for server in range(len(output)):
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div style="height: 10%;">
|
||||
<div style="height: 10%; float:right">
|
||||
<br><br><br>
|
||||
Latest update: $now.day/$now.month/$now.year, $now.hour:$now.minute:$now.second
|
||||
<br><br>
|
||||
<a href="/">Home</a> | <a href="/help">Help</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -8,11 +8,10 @@ $def with (content)
|
|||
<meta http-equiv="refresh" content="300">
|
||||
</head>
|
||||
|
||||
<body style="height: 100%; overflow: hidden;">
|
||||
<body>
|
||||
|
||||
$:content
|
||||
|
||||
<a href="/">Home</a> | <a href="/help">Help</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue