This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch release--0.33 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 3e7c9d081d22987effc5da78ae2c48c4e095387c Author: Maxime Beauchemin <[email protected]> AuthorDate: Fri May 17 20:25:37 2019 -0700 Change babytux to open image in birth dashboard --- superset/assets/images/babies.png | Bin 0 -> 127066 bytes superset/assets/images/babytux.jpg | Bin 10131 -> 0 bytes superset/data/birth_names.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/images/babies.png b/superset/assets/images/babies.png new file mode 100644 index 0000000..e50b7e7 Binary files /dev/null and b/superset/assets/images/babies.png differ diff --git a/superset/assets/images/babytux.jpg b/superset/assets/images/babytux.jpg deleted file mode 100644 index 4d0b052..0000000 Binary files a/superset/assets/images/babytux.jpg and /dev/null differ diff --git a/superset/data/birth_names.py b/superset/data/birth_names.py index 4f11ac5..9896593 100644 --- a/superset/data/birth_names.py +++ b/superset/data/birth_names.py @@ -231,7 +231,7 @@ def load_birth_names(): The source dataset came from <a href='https://github.com/hadley/babynames' target='_blank'>[here]</a> </p> - <img src='/static/assets/images/babytux.jpg'> + <img src="/static/assets/images/babies.png" style="width:60%"> </div> """)), Slice(
