diff --git a/yombo/lib/webinterface/pages/devices/device_commands.html b/yombo/lib/webinterface/pages/devices/device_commands.html index 45789b34..ba94553e 100644 --- a/yombo/lib/webinterface/pages/devices/device_commands.html +++ b/yombo/lib/webinterface/pages/devices/device_commands.html @@ -24,32 +24,32 @@

Command requests for devices

-
+
@@ -70,16 +70,16 @@

Command requests for devices

-
+
- +
{% for request_id, command in device_commands.items() - if command.status in ('new', 'sent', 'received', 'pending') %} + if command.status == 'finished' %} @@ -91,16 +91,16 @@

Command requests for devices

DeviceCommandStatusRequested ByCreated
{{ command.device.full_label }} {{ command.command.label }}
-
+
- +
{% for request_id, command in device_commands.items() - if command.status in ('failed', 'delay_expired') %} + if command.status in ('new', 'sent', 'received', 'pending') %} @@ -112,7 +112,7 @@

Command requests for devices

DeviceCommandStatusRequested ByCreated
{{ command.device.full_label }} {{ command.command.label }}
-
+
@@ -121,7 +121,7 @@

Command requests for devices

{% for request_id, command in device_commands.items() - if command.status == 'finished' %} + if command.status in ('failed', 'delay_expired') %} @@ -133,9 +133,10 @@

Command requests for devices

{{ command.device.full_label }} {{ command.command.label }}
-
+ +
- +
@@ -174,11 +175,41 @@

Command requests for devices

DeviceCommandStatusRequested ByCreated