fix: Try new Data Import link
This commit is contained in:
parent
a21b5bde75
commit
8a7f7034f6
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue