feng-tao commented on a change in pull request #4396: [AIRFLOW-3585] - Add 
edges to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r259596360
 
 

 ##########
 File path: airflow/www/templates/airflow/graph.html
 ##########
 @@ -53,7 +53,7 @@
   {% for op in operators %}
   <div class="legend_item"
        style="border-width:1px;float:left;background:{{ op.ui_color 
}};color:{{ op.ui_fgcolor }};">
-    {{ op.__name__ }}
+    {{ op.name }}
 
 Review comment:
   what is this change about?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to