mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Update graph generator to look right
This commit is contained in:
@@ -60,7 +60,7 @@ class SimpleDAG(object):
|
|||||||
type_str = "Project"
|
type_str = "Project"
|
||||||
else:
|
else:
|
||||||
type_str = "Unknown"
|
type_str = "Unknown"
|
||||||
type_str += "-%s" % str(obj.id)
|
type_str += "%s" % str(obj.id)
|
||||||
return type_str
|
return type_str
|
||||||
|
|
||||||
doc = """
|
doc = """
|
||||||
|
|||||||
Reference in New Issue
Block a user