From 9a90f5a403c3242cf27c56d605a79e4234867f92 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 22 Nov 2022 12:18:05 +0100 Subject: [PATCH] Show swapfiles separate --- src/views/system.html | 1 + src/views/system.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system.html b/src/views/system.html index b272efd0e..2c6f6c159 100644 --- a/src/views/system.html +++ b/src/views/system.html @@ -84,6 +84,7 @@
  {{ content.label || content.id }} + {{ content.id }} {{ content.app.label || content.app.fqdn }} {{ 'system.diskUsage.uninstalledApp' | tr }} diff --git a/src/views/system.js b/src/views/system.js index 8a24237ea..d95e90f8b 100644 --- a/src/views/system.js +++ b/src/views/system.js @@ -102,7 +102,7 @@ angular.module('Application').controller('SystemController', ['$scope', '$locati if ($scope.disks.disks[0] === disk) { // the root mount point is the first disk. keep this 'contains' in the end disk.contents.push({ type: 'standard', - label: 'Everything else (Ubuntu, Swap, etc)', + label: 'Everything else (Ubuntu, etc)', id: 'other', color: '#555555', usage: usageOther