mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
#2480 Sales Reports
This commit is contained in:
parent
67d39e625a
commit
15b4177b52
@ -30,6 +30,13 @@
|
|||||||
trans('visiosoft.module.advs::field.product'),
|
trans('visiosoft.module.advs::field.product'),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'title': trans('visiosoft.module.advs::field.pages_without_meta_information_report'),
|
||||||
|
'id': 'metaPageReport',
|
||||||
|
'columns': [
|
||||||
|
trans('visiosoft.module.advs::field.page'),
|
||||||
|
],
|
||||||
|
},
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% for report in reports %}
|
{% for report in reports %}
|
||||||
@ -58,6 +65,7 @@
|
|||||||
<script>
|
<script>
|
||||||
const productsReportTrans = {
|
const productsReportTrans = {
|
||||||
undefined_product: `{{ trans('visiosoft.module.advs::field.undefined_product') }}`,
|
undefined_product: `{{ trans('visiosoft.module.advs::field.undefined_product') }}`,
|
||||||
|
undefined_page: `{{ trans('visiosoft.module.advs::field.undefined_page') }}`,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user