Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat(debug): add text area for MDM Agent url
Browse files Browse the repository at this point in the history
Signed-off-by: Naylin <nmedina@teclib.com>
  • Loading branch information
Naylin15 authored and DIOHz0r committed Apr 24, 2018
1 parent 8fe628b commit 0f5950f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tpl/entity_entityconfig.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@
<td>
</td>
</tr>
<tr class="tab_bg_1">
<th colspan="5" class="">{{ __('Configuration', 'flyvemdm') }}</th>
</tr>
<tr class="tab_bg_1">
<td>{{ __('MDM Agent URL', 'flyvemdm') }}</td>
<td>
<textarea cols="30" rows="2" name="download_url">{{ entityConfig.download_url }}</textarea>
{% if entityConfig._download_url == -2 %}
<div class="green">{{ __('Inheritance of the parent entity') }}</div>
{% endif %}
</td>
<td></td>
</tr>

0 comments on commit 0f5950f

Please sign in to comment.