Merge branch '3889-functional-testing-TC' into 3889-functional-testing
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index cf0812adae935d955a60b09719e8545dc1efbe8e..39e8cf96eac5b9e8cfbb886451931f45eb545bac 100644 (file)
@@ -205,4 +205,12 @@ jQuery(function($){
         });
     });
 
+    $(document).on('click', '.compute-detail', function(e) {
+        $(e.target).collapse('hide');
+    });
+
+    $(document).on('click', '.compute-node-summary', function(e) {
+        $(e.target.href).collapse('toggle');
+    });
+
 });