Skip to content

Commit

Permalink
fix - typo that prevents display/edit sip device
Browse files Browse the repository at this point in the history
this typo used with toLowerCase causes an exception and prevents the popup dialog to show
  • Loading branch information
lazedo authored and JRMaitre committed Mar 26, 2015
1 parent bb522b3 commit 7eadce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/devices-sip_device.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 7eadce8

Please sign in to comment.