ui.featureDisabled.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="propertyToEnable" type="java.util.List" -->
<#-- @ftlvariable name="featureName" type="java.lang.String" -->
<#include "commonResources.ftl"/>
Kafkistry: Feature disabled
<#include "commonMenu.ftl">
Kafkistry: feature disabled
${featureName} DISABLED
Enable feature with following application property
<#list propertyToEnable as propertyName>
${propertyName}
= true
<#if !propertyName?is_last>
(or with)
#if>
#list>
<#include "common/backBtn.ftl">
Home
<#include "common/pageBottom.ftl">