Parcourir la source

Show no chart instead of blank

Andrew Kane il y a 9 ans
Parent
commit
201efa68df
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      app/views/blazer/queries/run.html.erb

+ 2 - 0
app/views/blazer/queries/run.html.erb

@@ -72,5 +72,7 @@
         </tbody>
       </table>
     <% end %>
+  <% elsif @only_chart %>
+    <p>No chart</p>
   <% end %>
 <% end %>