mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-14 18:22:04 +00:00
17 lines
431 B
XML
17 lines
431 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<flectra>
|
|
|
|
<template
|
|
id="assets_backend"
|
|
name="Backend Assets (used in backend interface)"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/kpi_dashboard_bokeh/static/src/js/bokeh_widget.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</flectra>
|