Merge branch 'kernel-4.6.2' into 'kernel-4.6.x'

mdm config tags made configurable

See merge request entgra/carbon-device-mgt!796
kernel-4.6.x
Pahansith Gunathilake 3 years ago
commit 4b9a962e8d

@ -37,14 +37,15 @@
<AppRegistration>
<Tags>
<Tag>application_management</Tag>
<Tag>device_management</Tag>
<Tag>subscription_management</Tag>
<Tag>review_management</Tag>
{% if mdm_ui_conf.app_registration.tags is defined %}
{%- for tag in mdm_ui_conf.app_registration.tags -%}
<Tag>{{tag}}</Tag>
{% endfor %}
{% else %}
<Tag>application_management</Tag>
<Tag>device_management</Tag>
<Tag>subscription_management</Tag>
<Tag>review_management</Tag>
{% endif %}
</Tags>
{% if mdm_ui_conf.app_registration.allow_to_all_domains is defined %}

Loading…
Cancel
Save