diff --git a/src/components/GameState.vue b/src/components/GameState.vue index 3de9ba10..8aff95fe 100644 --- a/src/components/GameState.vue +++ b/src/components/GameState.vue @@ -9,6 +9,10 @@ {{state.stage}} | + + {{state.command}} for {{state.commandForTeam}} + + | @@ -23,10 +27,6 @@ v-b-tooltip.hover title="Total real time elapsed since the match has been started"> - | - - {{state.command}} for {{state.commandForTeam}} - diff --git a/src/components/control/ControlGeneral.vue b/src/components/control/ControlGeneral.vue index 5294b7ba..15cc4701 100644 --- a/src/components/control/ControlGeneral.vue +++ b/src/components/control/ControlGeneral.vue @@ -12,7 +12,7 @@ :title="'Robots have to keep distance to the ball (' + Object.keys(keymapStop)[0] + ')'"> + v-bind:disabled="stopped || !stopAllowed"> Stop @@ -20,7 +20,7 @@ :title="'Restart the game in draw situations (' + Object.keys(keymapForceStart)[0] + ')'"> + v-bind:disabled="!stopped || !forceStartAllowed"> Force Start @@ -28,7 +28,7 @@ :title="'Continue game after a prepare state (' + Object.keys(keymapNormalStart)[0] + ')'"> + v-bind:disabled="!prepareSth || !normalStartAllowed"> Normal Start @@ -44,7 +44,7 @@ diff --git a/src/components/control/ControlTeamTimeout.vue b/src/components/control/ControlTeamTimeout.vue index 7ce3f2f2..9d7eb1a4 100644 --- a/src/components/control/ControlTeamTimeout.vue +++ b/src/components/control/ControlTeamTimeout.vue @@ -2,7 +2,7 @@ + v-bind:disabled="disableTimeoutButton"> Start Timeout