We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ac1c0 commit f0d8d45Copy full SHA for f0d8d45
1 file changed
app/views/agri-device.pug
@@ -45,7 +45,7 @@ block content
45
dd.col-lg-9 #{device.supportedProtocol.toUpperCase()}
46
div.row
47
- if (device.deviceModel)
48
- dt.col-lg-3 Description:
+ dt.col-lg-3 Device Model:
49
dd.col-lg-9 #{device.deviceModel}
50
51
- if (device.location)
0 commit comments