Add footer config template #160

Merged
tcdlpds merged 3 commits from prathabanKavin/device-mgt-core:footerconfig into master 1 year ago

@ -189,7 +189,7 @@
<a href='https://entgra.io' target='_blank'> <a href='https://entgra.io' target='_blank'>
Entgra Entgra
</a> </a>
IoT Server 5.2.0 | © 2023 UEM Server 5.3.0 | © 2023
, All Rights Reserved. , All Rights Reserved.
</FooterText> </FooterText>
<AppTitle>Entgra</AppTitle> <AppTitle>Entgra</AppTitle>

@ -325,12 +325,16 @@
<MetaDataConfiguration> <MetaDataConfiguration>
<WhiteLabelConfiguration> <WhiteLabelConfiguration>
<FooterText> <FooterText>
&lt;a href='https://entgra.io' target='_blank'&gt; &lt;a href='https://entgra.io' target='_blank'&gt;
Entgra Entgra
&lt;/a&gt; &lt;/a&gt;
IoT Server 5.2.0 | &#169; 2023 {% if product_conf is defined %}
, All Rights Reserved. {{product_conf.server_name}} {{product_conf.server_version}} | &#169; {{product_conf.current_year}}
</FooterText> {% else %}
Entgra UEM Server
{% endif %}
, All Rights Reserved.
</FooterText>
<AppTitle>Entgra</AppTitle> <AppTitle>Entgra</AppTitle>
<WhiteLabelImages> <WhiteLabelImages>
<StoragePath>repository/resources/whitelabel</StoragePath> <StoragePath>repository/resources/whitelabel</StoragePath>

Loading…
Cancel
Save