diff --git a/src/core/pyros_django/dashboard/templates/dashboard/agent_detail.html b/src/core/pyros_django/dashboard/templates/dashboard/agent_detail.html index d8f2181..2adc19b 100644 --- a/src/core/pyros_django/dashboard/templates/dashboard/agent_detail.html +++ b/src/core/pyros_django/dashboard/templates/dashboard/agent_detail.html @@ -34,7 +34,7 @@ color : violet; } .table{ - //max-width:90vw; + /*max-width: 90vw;*/ table-layout: fixed; } th{ @@ -51,7 +51,7 @@ } .theader{ text-align: center; - min-width:7vw; + min-width: 7vw; max-width: 12vw; vertical-align:top; } @@ -184,10 +184,16 @@ {% endif %} + + + +

Commands received & sent


+
+ @@ -204,9 +210,8 @@ + - - @@ -224,8 +229,10 @@ +
CommandResult
[[ command.full_name ]] [[ command.result ]]
+ {% comment %} {% if commands %}
-- libgit2 0.21.2