azkaban-developers
Changes
build.xml 2(+2 -0)
src/less/azkaban-svg.less 262(+132 -130)
src/web/js/azkaban.project.view.js 4(+2 -2)
Details
build.xml 2(+2 -0)
diff --git a/build.xml b/build.xml
index 26e9802..4b81f6d 100644
--- a/build.xml
+++ b/build.xml
@@ -75,6 +75,7 @@
elements, and for and foreach requires ant-contrib, we use targetfile
for the template name parameter and then redirect the output of dustc
to the final output file -->
+ <echo message="Compiling Dust templates." />
<apply dir="${dust.src.dir}" executable="dustc" relative="true">
<mapper type="glob" from="*.tl" to="*" />
<targetfile prefix="--name=" />
@@ -86,6 +87,7 @@
</apply>
<!-- Compile LESS to CSS -->
+ <echo message="Compiling LESS style sheets." />
<apply dir="${less.src.dir}" executable="lessc" relative="true">
<mapper type="glob" from="*.less" to="*.css" />
<srcfile />
src/web/js/azkaban.project.view.js 4(+2 -2)
diff --git a/src/web/js/azkaban.project.view.js b/src/web/js/azkaban.project.view.js
index 0ccd2d5..a1b8f3d 100644
--- a/src/web/js/azkaban.project.view.js
+++ b/src/web/js/azkaban.project.view.js
@@ -117,8 +117,8 @@ azkaban.FlowTableView = Backbone.View.extend({
target.loading = true;
var requestData = {
"project": projectName,
- "ajax":"fetchflowjobs",
- "flow":targetId
+ "ajax": "fetchflowjobs",
+ "flow": targetId
};
var successHandler = function(data) {
console.log("Success");