mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
Update graph generator to look right
This commit is contained in:
parent
8e841d8c16
commit
7196262987
@ -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 = """
|
||||
|
Loading…
Reference in New Issue
Block a user