mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
Fix [relations] add uuid to header to get unique parent node
This commit is contained in:
parent
c2cfffc593
commit
9ee41f0f14
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def galaxy_transform_to_link(galaxy):
|
|||
|
||||
def generate_relations_table(cluster):
|
||||
relationships = cluster.relationships
|
||||
markdown = f"# {cluster.value} \n\n"
|
||||
markdown = f"# {cluster.value} ({cluster.uuid}) \n\n"
|
||||
markdown += f"{cluster.description} \n\n"
|
||||
markdown += "|Cluster A | Galaxy A | Cluster B | Galaxy B | Level { .graph } |\n"
|
||||
markdown += "| --- | --- | --- | --- | --- |\n"
|
||||
|
|
Loading…
Reference in a new issue