16427: Merge branch 'master'
[arvados.git] / apps / workbench / app / views / collections / _show_tags.html.erb
index 7a9e4c75bf7c6a28a30daca974ae44e38b0b1236..3e0460a2398134955e936df58cc58622f0aa6385 100644 (file)
@@ -2,7 +2,11 @@
 
 SPDX-License-Identifier: AGPL-3.0 %>
 
+  <div class="arv-log-refresh-control"
+    data-load-throttle="86486400000" <%# 1001 nights (in milliseconds) %>
+    ></div>
+
   <div class="collection-tags-container" style="padding-left:2em;padding-right:2em;">
-    <div data-mount-mithril="TagEditorApp"></div>
+    <div data-mount-mithril="TagEditorApp" data-target-controller="<%= controller_name %>" data-target-uuid="<%= @object.uuid %>" data-target-editable="<%= @object.editable? %>"></div>
   </div>
  
\ No newline at end of file