Browse Source

Show no chart instead of blank

Andrew Kane 9 năm trước cách đây
mục cha
commit
201efa68df
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 %>