diff --git a/salt_state_graph/__init__.py b/salt_state_graph/__init__.py index e9fe9b4..cbdc1a0 100644 --- a/salt_state_graph/__init__.py +++ b/salt_state_graph/__init__.py @@ -75,6 +75,8 @@ def __init__(self, input): 'require_in': {'color': 'blue', 'reverse': True}, 'watch': {'color': 'red'}, 'watch_in': {'color': 'red', 'reverse': True}, + 'onchanges': {'color': 'green'}, + 'onfail': {'color': 'yellow'}, } if len(state_obj.keys()) > 1: