You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2016/02/24 14:20:03 UTC

ambari git commit: AMBARI-15156. JS error for Fixtures missing (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 f022c8545 -> e07da17a2


AMBARI-15156. JS error for Fixtures missing (onechiporenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e07da17a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e07da17a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e07da17a

Branch: refs/heads/branch-2.2
Commit: e07da17a246cf07f21e039dd6085f4d1c15dbaba
Parents: f022c85
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Wed Feb 24 15:17:03 2016 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Wed Feb 24 15:17:03 2016 +0200

----------------------------------------------------------------------
 ambari-web/app/models/alerts/alert_definition.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e07da17a/ambari-web/app/models/alerts/alert_definition.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/alerts/alert_definition.js b/ambari-web/app/models/alerts/alert_definition.js
index 6932ebf..18b7dc6 100644
--- a/ambari-web/app/models/alerts/alert_definition.js
+++ b/ambari-web/app/models/alerts/alert_definition.js
@@ -356,3 +356,4 @@ App.AlertDefinition.FIXTURES = [];
 App.AlertReportDefinition.FIXTURES = [];
 App.AlertMetricsSourceDefinition.FIXTURES = [];
 App.AlertMetricsUriDefinition.FIXTURES = [];
+App.AlertDefinitionParameter.FIXTURES = [];
\ No newline at end of file