Explorar el Código

Show no chart instead of blank

Andrew Kane hace 9 años
padre
commit
201efa68df
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 %>