From 2ddfafeece1195e4b417be2c0a9bc0964c5c4012 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 21 May 2025 12:51:52 +0100 Subject: [PATCH] Fix all tables. --- Aaru.Server/Components/Pages/Statistics/Commands.razor | 2 +- Aaru.Server/Components/Pages/Statistics/Devices.razor | 2 +- Aaru.Server/Components/Pages/Statistics/Filesystems.razor | 2 +- Aaru.Server/Components/Pages/Statistics/Filters.razor | 2 +- Aaru.Server/Components/Pages/Statistics/Formats.razor | 2 +- Aaru.Server/Components/Pages/Statistics/OperatingSystems.razor | 2 +- Aaru.Server/Components/Pages/Statistics/Partitions.razor | 2 +- Aaru.Server/Components/Pages/Statistics/RealMedias.razor | 2 +- Aaru.Server/Components/Pages/Statistics/Versions.razor | 2 +- Aaru.Server/Components/Pages/Statistics/VirtualMedias.razor | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Aaru.Server/Components/Pages/Statistics/Commands.razor b/Aaru.Server/Components/Pages/Statistics/Commands.razor index 2c0b9d89..2439b8a0 100644 --- a/Aaru.Server/Components/Pages/Statistics/Commands.razor +++ b/Aaru.Server/Components/Pages/Statistics/Commands.razor @@ -7,7 +7,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Name diff --git a/Aaru.Server/Components/Pages/Statistics/Devices.razor b/Aaru.Server/Components/Pages/Statistics/Devices.razor index 0238615f..34319ee6 100644 --- a/Aaru.Server/Components/Pages/Statistics/Devices.razor +++ b/Aaru.Server/Components/Pages/Statistics/Devices.razor @@ -18,7 +18,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Manufacturer diff --git a/Aaru.Server/Components/Pages/Statistics/Filesystems.razor b/Aaru.Server/Components/Pages/Statistics/Filesystems.razor index 670a09c4..f3944e1c 100644 --- a/Aaru.Server/Components/Pages/Statistics/Filesystems.razor +++ b/Aaru.Server/Components/Pages/Statistics/Filesystems.razor @@ -7,7 +7,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Name diff --git a/Aaru.Server/Components/Pages/Statistics/Filters.razor b/Aaru.Server/Components/Pages/Statistics/Filters.razor index ad5e019b..a5921aa8 100644 --- a/Aaru.Server/Components/Pages/Statistics/Filters.razor +++ b/Aaru.Server/Components/Pages/Statistics/Filters.razor @@ -7,7 +7,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Name diff --git a/Aaru.Server/Components/Pages/Statistics/Formats.razor b/Aaru.Server/Components/Pages/Statistics/Formats.razor index 61565f3b..1d0c484b 100644 --- a/Aaru.Server/Components/Pages/Statistics/Formats.razor +++ b/Aaru.Server/Components/Pages/Statistics/Formats.razor @@ -13,7 +13,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Name diff --git a/Aaru.Server/Components/Pages/Statistics/OperatingSystems.razor b/Aaru.Server/Components/Pages/Statistics/OperatingSystems.razor index 933a29e4..b189ba48 100644 --- a/Aaru.Server/Components/Pages/Statistics/OperatingSystems.razor +++ b/Aaru.Server/Components/Pages/Statistics/OperatingSystems.razor @@ -24,7 +24,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.name diff --git a/Aaru.Server/Components/Pages/Statistics/Partitions.razor b/Aaru.Server/Components/Pages/Statistics/Partitions.razor index 65f71735..a71da6e9 100644 --- a/Aaru.Server/Components/Pages/Statistics/Partitions.razor +++ b/Aaru.Server/Components/Pages/Statistics/Partitions.razor @@ -7,7 +7,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Name diff --git a/Aaru.Server/Components/Pages/Statistics/RealMedias.razor b/Aaru.Server/Components/Pages/Statistics/RealMedias.razor index 2b89093f..eedf21a8 100644 --- a/Aaru.Server/Components/Pages/Statistics/RealMedias.razor +++ b/Aaru.Server/Components/Pages/Statistics/RealMedias.razor @@ -11,7 +11,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Type diff --git a/Aaru.Server/Components/Pages/Statistics/Versions.razor b/Aaru.Server/Components/Pages/Statistics/Versions.razor index e7f07f9d..876227d4 100644 --- a/Aaru.Server/Components/Pages/Statistics/Versions.razor +++ b/Aaru.Server/Components/Pages/Statistics/Versions.razor @@ -7,7 +7,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.name diff --git a/Aaru.Server/Components/Pages/Statistics/VirtualMedias.razor b/Aaru.Server/Components/Pages/Statistics/VirtualMedias.razor index ccb204a1..8e5811ab 100644 --- a/Aaru.Server/Components/Pages/Statistics/VirtualMedias.razor +++ b/Aaru.Server/Components/Pages/Statistics/VirtualMedias.razor @@ -11,7 +11,7 @@ + AllowSorting="true" Class="table table-hover table-bordered table-striped table-dark" style="width: 100%;"> @context.Type