mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Don't open modal box if it doesn't have a big photo.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
tr
|
||||
td(translate) Place
|
||||
td {{device.provider.name}}
|
||||
tr
|
||||
tr(ng-show='device.name && device.image')
|
||||
td
|
||||
td
|
||||
button(ng-click='openDevicePhoto(device)').btn.btn-xs.btn-primary-outline
|
||||
@@ -61,6 +61,9 @@
|
||||
.widget-content.padded-small
|
||||
table.table.table-condensed.table-hover.table-infocard
|
||||
tbody
|
||||
tr
|
||||
td(translate) Size
|
||||
td {{device.display.inches}}''
|
||||
tr
|
||||
td(translate) Density
|
||||
td {{device.display.density | displayDensity}}
|
||||
|
||||
Reference in New Issue
Block a user