mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove benchmark, media scan, and verify statistics.
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
<Label ID="lblVerify" Visible="False"/>
|
||||
</StackLayout>
|
||||
</TabPage>
|
||||
<TabPage ID="tabBenchmark" Text="Benchmark" Visible="False"/>
|
||||
<TabPage ID="tabFilters" Text="Filters" Visible="False">
|
||||
<TreeGridView ID="treeFilters"/>
|
||||
</TabPage>
|
||||
@@ -75,29 +74,6 @@
|
||||
<TabPage ID="tabMedias" Text="Medias" Visible="False">
|
||||
<TreeGridView ID="treeMedias"/>
|
||||
</TabPage>
|
||||
<TabPage ID="tabMediaScan" Text="Media scan" Visible="False">
|
||||
<StackLayout Orientation="Vertical">
|
||||
<Label ID="lblSectorsTotal"/>
|
||||
<Label ID="lblSectorsCorrect"/>
|
||||
<Label ID="lblSectorsError"/>
|
||||
<Label ID="lblLessThan3ms"/>
|
||||
<Label ID="lblLessThan10ms"/>
|
||||
<Label ID="lblLessThan50ms"/>
|
||||
<Label ID="lblLessThan150ms"/>
|
||||
<Label ID="lblLessThan500ms"/>
|
||||
<Label ID="lblMoreThan500ms"/>
|
||||
</StackLayout>
|
||||
</TabPage>
|
||||
<TabPage ID="tabVerify" Text="Verification" Visible="False">
|
||||
<StackLayout Orientation="Vertical">
|
||||
<Label ID="lblCorrectImages"/>
|
||||
<Label ID="lblFailedImages"/>
|
||||
<Label ID="lblVerifiedSectors"/>
|
||||
<Label ID="lblCorrectSectors"/>
|
||||
<Label ID="lblFailedSectors"/>
|
||||
<Label ID="lblUnknownSectors"/>
|
||||
</StackLayout>
|
||||
</TabPage>
|
||||
</TabControl>
|
||||
<StackLayoutItem HorizontalAlignment="Right">
|
||||
<Button ID="btnClose" Click="OnBtnClose" Text="Close"/>
|
||||
|
||||
Reference in New Issue
Block a user