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