mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
6 lines
149 B
HTML
6 lines
149 B
HTML
{% extends "panoramix/datasource.html" %}
|
|
|
|
{% block viz %}
|
|
<span class="alert alert-danger">No data: review your incantations.</span>
|
|
{% endblock %}
|