diff --git a/xls2ddl/xls2crud.py b/xls2ddl/xls2crud.py index 3d166b3..ff6de47 100644 --- a/xls2ddl/xls2crud.py +++ b/xls2ddl/xls2crud.py @@ -69,7 +69,7 @@ def subtable2toolbar(desc): "target":"PopupWindow", "popup_options":{ "title":st.title or st.subtable, - "icon": "{{entire_url('/appbase/get_icon.dspy')}}?id="+st.subtable, + "icon": "{{entire_url('/appbase/show_icon.dspy')}}?id="+st.subtable, "resizable": True, "height":"70%", "width":"70%"