mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
chore: Rename dashboard table latest findings (#6873)
Co-authored-by: Pablo Lara <larabjj@gmail.com>
This commit is contained in:
@@ -179,11 +179,11 @@ const SSRDataNewFindingsTable = async () => {
|
||||
<div className="relative flex w-full">
|
||||
<div className="flex w-full items-center gap-2">
|
||||
<h3 className="text-sm font-bold uppercase">
|
||||
Latest 10 failing findings to date by Severity
|
||||
Latest new failing findings
|
||||
</h3>
|
||||
<p className="text-xs text-gray-500">
|
||||
Showing the latest 10 failing findings by severity from the last 2
|
||||
days.
|
||||
Showing the latest 10 new failing findings by severity from the last
|
||||
2 days.
|
||||
</p>
|
||||
</div>
|
||||
<div className="absolute -top-6 right-0">
|
||||
|
||||
Reference in New Issue
Block a user