Commit 84b53aad authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- Added field Controller to Device details
parent c043c4d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>