Browse Source

Merge remote-tracking branch 'origin/master'

4.3
Jean-Roch Maitre 11 years ago
parent
commit
9009129505
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