From 925f460d64bb89a78c930c1cfa3224d68e9aeed6 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 13 Jun 2019 19:38:07 -0400 Subject: [PATCH] Rename freemarker templates to ftlh fixes gh-3566 --- .../main/resources/templates/hystrix/{index.ftl => index.ftlh} | 0 .../resources/templates/hystrix/{monitor.ftl => monitor.ftlh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/{index.ftl => index.ftlh} (100%) rename spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/{monitor.ftl => monitor.ftlh} (100%) diff --git a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftl b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftlh similarity index 100% rename from spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftl rename to spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftlh diff --git a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/monitor.ftl b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/monitor.ftlh similarity index 100% rename from spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/monitor.ftl rename to spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/monitor.ftlh