feat(dashboard): add idgrupocontrol description in compliance page for ens (#3910)

This commit is contained in:
Pedro Martín
2024-05-06 12:41:54 +02:00
committed by GitHub
parent d4a079a559
commit b60354ec4d

View File

@@ -6,6 +6,13 @@ warnings.filterwarnings("ignore")
def get_table(data):
# append the requirements_description to idgrupocontrol
data["REQUIREMENTS_ATTRIBUTES_IDGRUPOCONTROL"] = (
data["REQUIREMENTS_ATTRIBUTES_IDGRUPOCONTROL"]
+ " - "
+ data["REQUIREMENTS_DESCRIPTION"]
)
aux = data[
[
"REQUIREMENTS_ATTRIBUTES_MARCO",