Merge branch '13453-r-sdk-incorrect-rest-call-fix'
[arvados.git] / apps / workbench / app / views / users / storage.html.erb
index 30fec4a88d1f1aacb603fe76465bb1315fee0da0..151ea8bb933515a83a0a53429853704493b7806b 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% content_for :css do %>
 table#users-storage-table th {
     overflow-x: hidden;
@@ -60,7 +64,7 @@ table#users-storage-table .byte-value {
 
 <% content_for :footer_js do %>
 $('#users-storage-table td small').each(function(){
-    if ($(this).html().trim() == '0')
-  $(this).css('opacity', '0.3');
+  if ($(this).html().trim() == '0')
+    $(this).css('opacity', '0.3');
 });
 <% end %>