diff --git a/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.css b/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.css index 0fccf20..f6b674f 100644 --- a/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.css +++ b/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.css @@ -3,7 +3,8 @@ flex-direction: column; } -.disk-usage-container { +.disk-usage-container, +.ram-usage-container { display: flex; flex-direction: column; } diff --git a/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.html b/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.html index fcd894f..e776e1f 100644 --- a/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.html +++ b/ogWebconsole/src/app/components/global-status/status-tab/status-tab.component.html @@ -21,7 +21,7 @@
Usado: {{ cpuUsage.used_percentage }}
{{ 'idLabel' | translate }} | -{{ 'kernelLabel' | translate }} | -{{ 'architectureLabel' | translate }} | -{{ 'revisionLabel' | translate }} | -{{ 'bootFileNameLabel' | translate }} | -{{ 'nextServerLabel' | translate }} | -{{ 'ipLabel' | translate }} | -{{ 'clientsLabel' | translate }} | +{{ 'kernelLabel' | translate }} | +{{ 'architectureLabel' | translate }} | +{{ 'revisionLabel' | translate }} |
---|---|---|---|---|---|---|---|---|---|---|
{{ item.id }} | -{{ item.kernel }} | -{{ item.architecture }} | -{{ item.revision }} | -{{ item['boot-file-name'] }} | -{{ item['next-server'] }} | -{{ item.subnet }} | -{{ item.reservations.length }} | +{{ item.kernel }} | +{{ item.architecture }} | +{{ item.revision }} | +
{{ 'idLabel' | translate }} | +{{ 'bootFileNameLabel' | translate }} | +{{ 'nextServerLabel' | translate }} | +{{ 'ipLabel' | translate }} | +{{ 'clientsLabel' | translate }} | +
---|---|---|---|---|
{{ item.id }} | +{{ item['boot-file-name'] }} | +{{ item['next-server'] }} | +{{ item.subnet }} | +{{ item.reservations.length }} |