From: Matthew Mosesohn Date: Tue, 26 Mar 2013 13:14:48 +0000 (+0400) Subject: fix patch for compressed variables X-Git-Tag: 2014.1~26 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3026a2f589f1b9e41b2d4197eed993559b50980f;p=openstack-build%2Fhorizon-build.git fix patch for compressed variables Change-Id: Ia314e2f5471031d902dbaa54c0b8a432ac768203 --- diff --git a/rpm/SOURCES/0003-take-variables-out-of-compressed-output.patch b/rpm/SOURCES/0003-take-variables-out-of-compressed-output.patch index 8003ace..eb3a815 100644 --- a/rpm/SOURCES/0003-take-variables-out-of-compressed-output.patch +++ b/rpm/SOURCES/0003-take-variables-out-of-compressed-output.patch @@ -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 }} }; -{% endcompress %}