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