change the view from horizontal to vertical
This commit is contained in:
parent
ce5979b58f
commit
e8b0a1bbc2
|
@ -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