mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
feat(dashboard): add correct label for each dropdown (#3700)
This commit is contained in:
@@ -78,7 +78,7 @@ def create_region_dropdown(regions: list) -> html.Div:
|
||||
return html.Div(
|
||||
[
|
||||
html.Label(
|
||||
"Region:",
|
||||
"Region / Location / Namespace :",
|
||||
className="text-prowler-stone-900 font-bold text-sm",
|
||||
),
|
||||
dcc.Dropdown(
|
||||
@@ -104,7 +104,7 @@ def create_region_dropdown_compliance(regions: list) -> html.Div:
|
||||
return html.Div(
|
||||
[
|
||||
html.Label(
|
||||
"Region:",
|
||||
"Region / Location / Namespace :",
|
||||
className="text-prowler-stone-900 font-bold text-sm",
|
||||
),
|
||||
dcc.Dropdown(
|
||||
@@ -130,7 +130,7 @@ def create_account_dropdown(accounts: list) -> html.Div:
|
||||
return html.Div(
|
||||
[
|
||||
html.Label(
|
||||
"Account:",
|
||||
"Account / Subscription / Project / Cluster :",
|
||||
className="text-prowler-stone-900 font-bold text-sm",
|
||||
),
|
||||
dcc.Dropdown(
|
||||
@@ -156,7 +156,7 @@ def create_account_dropdown_compliance(accounts: list) -> html.Div:
|
||||
return html.Div(
|
||||
[
|
||||
html.Label(
|
||||
"Account:",
|
||||
"Account / Subscription / Project / Cluster :",
|
||||
className="text-prowler-stone-900 font-bold text-sm",
|
||||
),
|
||||
dcc.Dropdown(
|
||||
|
||||
Reference in New Issue
Block a user