diff --git a/app/views/vms/_table.erb b/app/views/vms/_table.erb index dd293850..fd6f7a71 100644 --- a/app/views/vms/_table.erb +++ b/app/views/vms/_table.erb @@ -9,7 +9,8 @@ <% unless buttons.nil? %> Actions <% end %> - Description + <%# Element hidden, used for search %> + Description @@ -47,9 +48,8 @@ <%= render buttons.to_s, vm: vm %> <% end %> - - <%= vm.config&.description %> - + <%# Element hidden, used for search %> + <%= vm.config&.description %> <% end %>