Browse Source

UI-1321: Add family to differentiate devices

4.3
Joris Tirado 11 years ago
parent
commit
1b7d69f763
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 {{provision.endpoint_brand}}-{{provision.endpoint_model}}"></div>
<div class="device-image model-image {{toLowerCase provision.endpoint_brand}}-{{toLowerCase provisioner.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