Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/hushasha/aggregation-platform/src/commit/9af6a1b5b58ebcaf8a05f6f6def14e5e30167812/plugins/developer/ts/pipelineDirective.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/plugins/developer/ts/pipelineDirective.ts

14 lines
403 B

/// <reference path="../../includes.ts"/>
/// <reference path="../../kubernetes/ts/kubernetesHelpers.ts"/>
/// <reference path="developerEnrichers.ts"/>
/// <reference path="developerHelpers.ts"/>
/// <reference path="developerNavigation.ts"/>
module Developer {
_module.directive("pipelineView", () => {
return {
templateUrl: templatePath + 'pipelineView.html'
};
});
}