Add device management to top menu.

agranig/peering-route
Andreas Granig 12 years ago
parent c3cadb1503
commit 8746a6035d

@ -20,6 +20,9 @@
[% IF c.config.features.callflow -%]
<li><a href="[% c.uri_for('/callflow') %]">SIP Call Flows</a></li>
[% END -%]
[% IF c.config.features.cloudpbx -%]
<li><a href="[% c.uri_for('/device') %]">Device Management</a></li>
[% END -%]
</ul>
</li>
[% # vim: set tabstop=4 syntax=html expandtab: -%]

@ -14,6 +14,9 @@
<li><a href="[% c.uri_for('/rewrite') %]">Rewrite Rule Sets</a></li>
<li><a href="[% c.uri_for('/ncos') %]">NCOS Levels</a></li>
<li><a href="[% c.uri_for('/sound') %]">Sound Sets</a></li>
[% IF c.config.features.cloudpbx -%]
<li><a href="[% c.uri_for('/device') %]">Device Management</a></li>
[% END -%]
</ul>
</li>
[% # vim: set tabstop=4 syntax=html expandtab: -%]

Loading…
Cancel
Save