mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add footer config template
## Purpose * Fixes https://roadmap.entgra.net/issues/10180 ## Description * cdm-config.xml.j2, cdm-config.xml templates are updated from hardcoded values to retrieve values from deployment.toml * server_name, server_version and current_year are added as variables * **Usage:** change deployment.toml values when a new version released. This will update the footer ## Related PRs * https://repository.entgra.net/proprietary/product-uem/pulls/15 Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com> Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/160 Co-authored-by: Kavin Prathaban <kavin@entgra.io> Co-committed-by: Kavin Prathaban <kavin@entgra.io>
This commit is contained in:
parent
d90c5c459a
commit
5d9938d7be
@ -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>
|
||||||
<a href='https://entgra.io' target='_blank'>
|
<a href='https://entgra.io' target='_blank'>
|
||||||
Entgra
|
Entgra
|
||||||
</a>
|
</a>
|
||||||
IoT Server 5.2.0 | © 2023
|
{% if product_conf is defined %}
|
||||||
, All Rights Reserved.
|
{{product_conf.server_name}} {{product_conf.server_version}} | © {{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…
Reference in New Issue
Block a user