Skip to content

Commit

Permalink
Render devices tab based on feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Tirado committed Aug 29, 2022
1 parent 041784e commit 28328d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@
</div>

<div class="category-group">
{{#isFeatureAvailable "smartpbx.devices.manage"}}
<div id="devices" class="category">
<div class="title">
<i class="icon-telicon-voip-phone larger-margin"></i>
<span class="title-text visible-desktop">{{ i18n.menuTitles.devices }}</span>
</div>
</div>
{{/isFeatureAvailable}}

<div id="vmboxes" class="category">
<div class="title">
Expand Down

0 comments on commit 28328d4

Please sign in to comment.