From 3026a2f589f1b9e41b2d4197eed993559b50980f Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Tue, 26 Mar 2013 17:14:48 +0400 Subject: [PATCH] fix patch for compressed variables Change-Id: Ia314e2f5471031d902dbaa54c0b8a432ac768203 --- rpm/SOURCES/0003-take-variables-out-of-compressed-output.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.45.2