2872: Add useful pipeline instance content summary.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_object_description_cell.html.erb
diff --git a/apps/workbench/app/views/pipeline_instances/_show_object_description_cell.html.erb b/apps/workbench/app/views/pipeline_instances/_show_object_description_cell.html.erb
new file mode 100644 (file)
index 0000000..38f51a3
--- /dev/null
@@ -0,0 +1,4 @@
+<div class="nowrap">
+  <%= object.content_summary %><br />
+  <%= render partial: 'pipeline_instances/component_labels', locals: {object: object} %>
+</div>