Browse Source

fix - typo that prevents display/edit sip device

this typo used with toLowerCase causes an exception and prevents the popup dialog to show
4.3
lazedo 11 years ago
parent
commit
3b754b3e8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/devices-sip_device.html

+ 1
- 1
views/devices-sip_device.html View File

@ -2,7 +2,7 @@
<div class="title-bar clearfix">
<div class="device-title pull-left">
{{#if provision}}
<div class="device-image model-image {{toLowerCase provision.endpoint_brand}}-{{toLowerCase provisioner.endpoint_family}}-{{toLowerCase provision.endpoint_model}}"></div>
<div class="device-image model-image {{toLowerCase provision.endpoint_brand}}-{{toLowerCase provision.endpoint_family}}-{{toLowerCase provision.endpoint_model}}"></div>
<div class="device-model">{{provision.endpoint_brand}} - {{provision.endpoint_model}}</div>
{{else}}
<div class="device-icon">


Loading…
Cancel
Save