You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
573 B

require.config({
paths: {
"DA-ITSI-CP-windows-dashboards": "../app/DA-ITSI-CP-windows-dashboards/js/DA-ITSI-CP-windows-dashboards",
},
});
require([
'DA-ITSI-CP-windows-dashboards/components/dnsperformanceview',
'splunkjs/mvc/simplexml/ready!',
'/static/app/DA-ITSI-CP-windows-dashboards/js/common/contrib/jquery-3.5.0.min.js',
], function(DNSPerformanceView) {
var report = new DNSPerformanceView({
"id": "dns_performance_chart",
"managerid": "dns_performance_query",
"el": $("#dns_performance_chart")
}).render();
});