Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/hushasha/aggregation-platform/src/commit/6e799ae0de4349e875ab83f4aa73f8cd1319fdb7/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'
};
});
}