Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Improve intro wording of network activity page
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 1, 2023
1 parent 2f3fab9 commit 846385c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/portmaster/src/app/pages/monitor/monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ <h1 class="flex flex-row items-center gap-2 text-xl font-semibold text-primary">
Network Activity
<sfng-tipup key="networkMonitor-App-Focus-connection-history"></sfng-tipup>
</h1>
<h2 class="flex flex-row items-center gap-2 p-0 mb-2 ml-0 text-sm font-medium text-secondary">

<span class="flex flex-row items-center gap-2 p-0 mb-2 ml-0 text-secondary">
<ng-container *ngIf="(history | async) as data; else: noHistory">
<ng-container *ngIf="!!data">
<span>
Expand All @@ -28,11 +29,11 @@ <h2 class="flex flex-row items-center gap-2 p-0 mb-2 ml-0 text-sm font-medium te
</ng-container>
</span>
</ng-template>
</h2>
</span>

<span class="text-secondary">
If network history is disabled, only shows connections that were active in the last 10 minutes. Use the search bar
and drop downs to search and filter.
Use the search bar and drop downs to search and filter the last 10 minutes of network traffic.
Optionally, search all network history data if enabled.
</span>
</div>

Expand Down

0 comments on commit 846385c

Please sign in to comment.