This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch apache_release_improv
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit eda3472041084297ca96d9ad27a44a7144fb3003
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Sat May 18 10:18:03 2019 -0700

    Change babytux to open image in birth dashboard
    
    (cherry picked from commit 2776d11893596a029b8af37b96fd6ce1a9f12059)
---
 superset/assets/images/babytux.jpg | Bin 10131 -> 0 bytes
 superset/data/birth_names.py       |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

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..17a52f6 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="https://i.imgur.com/aLOIXcC.png";>
     </div>
     """)),
         Slice(
@@ -527,7 +527,7 @@ def load_birth_names():
     "MARKDOWN-00178c27": {
         "meta": {
             "width": 5,
-            "code": "<div style=\\"text-align:center\\">\\n <h1>Birth Names 
Dashboard</h1>\\n <p>\\n The source dataset came from\\n <a 
href=\\"https://github.com/hadley/babynames\\"; 
target=\\"_blank\\">[here]</a>\\n </p>\\n <img 
src=\\"/static/assets/images/babytux.jpg\\">\\n</div>\\n",
+            "code": "<div style=\\"text-align:center\\">\\n <h1>Birth Names 
Dashboard</h1>\\n <p>\\n The source dataset came from\\n <a 
href=\\"https://github.com/hadley/babynames\\"; 
target=\\"_blank\\">[here]</a>\\n </p>\\n <img 
src=\\"https://i.imgur.com/aLOIXcC.png\\"; style=\\"width:55%;\\">\\n</div>\\n",
             "height": 38
         },
         "type": "MARKDOWN",

Reply via email to