Creazione tabella processi

This commit is contained in:
fede457 2016-05-19 12:50:06 +02:00
parent ea24d8e863
commit ee525c03da

View file

@ -450,6 +450,12 @@
.section.card.memory{
text-align: center;
background: lightgreen;
}
.proc> tbody> tr> td{
padding-left: 10rem;
}
.proc{
margin: auto;
}
@media screen and (max-width: 600px) {
.nav{
@ -524,6 +530,41 @@
</tbody>
</table>
</div>
</div>
<div class="section card">
<h3>Seleziona il processo: <select>
<option value="1">Processo 1</option>
<option value="2">Processo 2</option>
</select></h3>
<br/>
<table class="proc">
<tr>
<th>PID:</th>
<td>Bill Gates</td>
</tr>
<tr>
<th>Stato:</th>
<td>555 77 854</td>
</tr>
<tr>
<th>Percorso di Allocazione:</th>
<td>555 77 855</td>
</tr>
<tr>
<th>Pagine:</th>
<td>Bill Gates</td>
</tr>
<tr>
<th>Pagine allocate:</th>
<td>Bill Gates</td>
</tr>
<tr>
<th>Log:</th>
<td>Bill Gates</td>
</tr>
</table>
</div>
</div>
<div class="footer">
Creato da Claudio Maggioni, Federico Mainetti, Pamela Dardano, Fabio Brambilla