Ver código fonte

Show no chart instead of blank

Andrew Kane 9 anos atrás
pai
commit
201efa68df
1 arquivos alterados com 2 adições e 0 exclusões
  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 %>