Loading src/webui/service/templates/device/detail.html +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ <b>UUID: </b>{{ device.device_id.device_uuid.uuid }}<br> <b>Name: </b>{{ device.name }}<br> <b>Type: </b>{{ device.device_type }}<br> <b>Controller: </b>{{ device.controller_id.device_uuid.uuid }}<br> <b>Status: </b> {{ dose.Name(device.device_operational_status).replace('DEVICEOPERATIONALSTATUS_', '') }}<br> <b>Drivers: </b> <ul> Loading Loading
src/webui/service/templates/device/detail.html +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ <b>UUID: </b>{{ device.device_id.device_uuid.uuid }}<br> <b>Name: </b>{{ device.name }}<br> <b>Type: </b>{{ device.device_type }}<br> <b>Controller: </b>{{ device.controller_id.device_uuid.uuid }}<br> <b>Status: </b> {{ dose.Name(device.device_operational_status).replace('DEVICEOPERATIONALSTATUS_', '') }}<br> <b>Drivers: </b> <ul> Loading