myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3105] trunk/app/views/workflows/taverna2/_intern


From: noreply
Subject: [myexperiment-hackers] [3105] trunk/app/views/workflows/taverna2/_internals.rhtml: added dependencies to the T2 workflow components display
Date: Fri, 24 Aug 2012 10:05:18 +0000 (UTC)

Revision
3105
Author
dgc
Date
2012-08-24 10:05:17 +0000 (Fri, 24 Aug 2012)

Log Message

added dependencies to the T2 workflow components display

Modified Paths

Diff

Modified: trunk/app/views/workflows/taverna2/_internals.rhtml (3104 => 3105)


--- trunk/app/views/workflows/taverna2/_internals.rhtml	2012-08-23 13:41:15 UTC (rev 3104)
+++ trunk/app/views/workflows/taverna2/_internals.rhtml	2012-08-24 10:05:17 UTC (rev 3105)
@@ -67,6 +67,28 @@
       </div>
     </div>
         
+    <!-- Dependencies -->
+    <% dependencies = model.dependencies -%>
+    <div class="fold">
+      <div class="foldTitle">
+        <%= info_icon_with_tooltip "These are the listed dependencies of the workflow" %>
+        Dependencies (<%= dependencies.length -%>)
+      </div>
+      <div class="foldContent" style="display: none;">
+        <% unless dependencies.empty? -%>
+          <table class="simple">
+            <% dependencies.each do |dep| -%>
+              <tr>
+                <td><%= h dep -%></td>
+              </tr>
+            <% end %>
+          </table>
+        <% else %>
+          <p class="none_text">None</p>
+        <% end %>
+      </div>
+    </div>
+        
     <!-- Sources -->
     <% sources = model.sources -%>
     <div class="fold">

reply via email to

[Prev in Thread] Current Thread [Next in Thread]