fix patch for compressed variables
authorMatthew Mosesohn <mmosesohn@mirantis.com>
Tue, 26 Mar 2013 13:14:48 +0000 (17:14 +0400)
committerMatthew Mosesohn <mmosesohn@mirantis.com>
Tue, 26 Mar 2013 13:14:48 +0000 (17:14 +0400)
Change-Id: Ia314e2f5471031d902dbaa54c0b8a432ac768203

rpm/SOURCES/0003-take-variables-out-of-compressed-output.patch

index 8003acece4e355743bba5836bf0474545b7d0ac4..eb3a8156119efc1f273df7f07edf155d082efbda 100644 (file)
@@ -20,7 +20,7 @@ index 2dc70fa..2ed6382 100644
  /* Storage for backend configuration variables which the frontend
   * should be aware of.
 @@ -13,4 +14,3 @@ horizon.conf.ajax = {
-   queue_limit: {{ HORIZON_CONFIG.ajax_queue_limit|default:"null" }}
+   types: {{ HORIZON_CONFIG.auto_fade_alerts.types|default:"[]"|safe }}
  };
  </script>
 -{% endcompress %}