MT#13931 Add link to field device config into customer interface

Change-Id: I4c4cc48037714c323bf1112f5aa5294de3d31f8b
changes/17/2217/1
Irina Peshinskaya 10 years ago
parent 5dcb154399
commit 96ce60b7c5

@ -309,6 +309,9 @@
</a>
<a class="btn btn-primary btn-small" href="[% c.uri_for_action("/customer/pbx_device_edit", [contract.id, dev.id]) %]">
<i class="icon-edit"></i> [% c.loc('Edit') %]
</a>
<a class="btn btn-primary btn-small" href="[% c.uri_for_action("/device/dev_field_config", dev.identifier) %]">
<i class="icon-edit"></i> [% c.loc('Config') %]
</a>
[%IF dev.profile.config.device.bootstrap_method == 'http'%]
<a class="btn btn-primary btn-small" href="[% c.uri_for_action("/customer/pbx_device_sync", [contract.id, dev.id]) %]">

Loading…
Cancel
Save