azkaban-aplcache

Issue #192 - Indentation changes.

2/20/2014 4:21:32 PM

Details

diff --git a/src/web/js/azkaban/view/flow-execute-dialog.js b/src/web/js/azkaban/view/flow-execute-dialog.js
index eed5c4e..ad39ac4 100644
--- a/src/web/js/azkaban/view/flow-execute-dialog.js
+++ b/src/web/js/azkaban/view/flow-execute-dialog.js
@@ -139,11 +139,11 @@ azkaban.FlowExecuteDialogView = Backbone.View.extend({
 			$('#failure-emails').val(failureEmails.join());
 		}
 		if (failureActions) {
-      $('#failure-action').val(failureActions);
+			$('#failure-action').val(failureActions);
 		}
 
 		if (notifyFailure.first) {
-      $('#notify-failure-first').attr('checked', true);
+			$('#notify-failure-first').attr('checked', true);
 			$('#notify-failure-first').parent('.btn').addClass('active');
 		}
 		if (notifyFailure.last) {