fix(typo): typos in Dashboard and Report in HTML (#6847)

This commit is contained in:
Pranay Girase
2025-02-06 21:12:31 +05:30
committed by GitHub
parent 665bfa2f13
commit 88cfc0fa7e
3 changed files with 4 additions and 4 deletions

View File

@@ -1720,7 +1720,7 @@ def generate_table(data, index, color_mapping_severity, color_mapping_status):
[
html.P(
html.Strong(
"Recomendation: ",
"Recommendation: ",
style={
"margin-right": "5px"
},
@@ -1744,7 +1744,7 @@ def generate_table(data, index, color_mapping_severity, color_mapping_status):
[
html.P(
html.Strong(
"RecomendationUrl: ",
"RecommendationUrl: ",
style={
"margin-right": "5px"
},

View File

@@ -205,7 +205,7 @@ class HTML(Output):
<th scope="col">Resource Tags</th>
<th scope="col">Status Extended</th>
<th scope="col">Risk</th>
<th scope="col">Recomendation</th>
<th scope="col">Recommendation</th>
<th scope="col">Compliance</th>
</tr>
</thead>

View File

@@ -339,7 +339,7 @@ def get_aws_html_header(args: list) -> str:
<th scope="col">Resource Tags</th>
<th scope="col">Status Extended</th>
<th scope="col">Risk</th>
<th scope="col">Recomendation</th>
<th scope="col">Recommendation</th>
<th scope="col">Compliance</th>
</tr>
</thead>