fix: Try new Data Import link

This commit is contained in:
Faris Ansari 2019-10-28 22:59:30 +05:30
parent a21b5bde75
commit 8a7f7034f6

View file

@ -20,5 +20,12 @@ frappe.listview_settings['Data Import'] = {
}
return status['Pending'];
},
onload(listview) {
listview.page.set_title_sub(`
<span class="indicator blue">
<a class="text-muted" href="#List/Data Import Beta">${__('Try the new Data Import')}</a>
</span>
`);
}
};