Skip to content

Commit

Permalink
fix js error standalone services
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Dec 6, 2019
1 parent 8f70c72 commit 5c405e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eNMS/controller/automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def get_workflow_services(self, id, node):
if node == "all":
return [
{
"data": {"id": "standalone"},
"id": "standalone",
"text": "Standalone services",
"children": True,
Expand Down

0 comments on commit 5c405e4

Please sign in to comment.