+
Swap total: {{formatBytes(computeStatistics.statistics.swap_total)}}
diff --git a/src/app/components/system-status/status-chart/status-chart.component.scss b/src/app/components/system-status/status-chart/status-chart.component.scss
index 06e97692..99be17c3 100644
--- a/src/app/components/system-status/status-chart/status-chart.component.scss
+++ b/src/app/components/system-status/status-chart/status-chart.component.scss
@@ -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;
}
diff --git a/src/app/components/system-status/status-info/status-info.component.ts b/src/app/components/system-status/status-info/status-info.component.ts
index 7647db93..20acc52a 100644
--- a/src/app/components/system-status/status-info/status-info.component.ts
+++ b/src/app/components/system-status/status-info/status-info.component.ts
@@ -37,7 +37,7 @@ export class StatusInfoComponent implements OnInit {
{
this.getStatistics();
},
- 10000);
+ 20000);
}),
error => {
this.toasterService.error('Required server version is 2.3')