mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 10:01:44 +00:00
Update status page
This commit is contained in:
parent
91cfd1d257
commit
c78517c22e
@ -129,7 +129,7 @@
|
||||
></circle-progress>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="chips-wrapper">
|
||||
<mat-chip-list>
|
||||
<mat-chip color="primary" selected>Memory total: {{formatBytes(computeStatistics.statistics.memory_total)}}</mat-chip>
|
||||
</mat-chip-list>
|
||||
@ -141,7 +141,7 @@
|
||||
</mat-chip-list>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="chips-wrapper">
|
||||
<mat-chip-list>
|
||||
<mat-chip color="primary" selected>Swap total: {{formatBytes(computeStatistics.statistics.swap_total)}}</mat-chip>
|
||||
</mat-chip-list>
|
||||
|
@ -2,5 +2,11 @@
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.chips-wrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ export class StatusInfoComponent implements OnInit {
|
||||
{
|
||||
this.getStatistics();
|
||||
},
|
||||
10000);
|
||||
20000);
|
||||
}),
|
||||
error => {
|
||||
this.toasterService.error('Required server version is 2.3')
|
||||
|
Loading…
x
Reference in New Issue
Block a user