Sfoglia il codice sorgente

Show no chart instead of blank

Andrew Kane 9 anni fa
parent
commit
201efa68df
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 %>