File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
</div >
7
7
<div id =" main-elements" >
8
8
<div class =" team-container" >
9
+ <h2 >Yellow Team</h2 >
9
10
<TeamOverview class =" team-views" team-color =" Yellow" />
10
11
<ControlTeam class =" team-views" team-color =" Yellow" />
11
12
</div >
12
13
<div id =" field" >
13
14
<iframe src =" http://localhost:8082/" frameborder =" none" ></iframe >
14
15
</div >
15
16
<div class =" team-container" >
17
+ <h2 >Blue Team</h2 >
16
18
<TeamOverview class =" team-views" team-color =" Blue" />
17
19
<ControlTeam class =" team-views" team-color =" Blue" />
18
20
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" control-team" >
3
- <h2 >Team {{teamColor}}</h2 >
4
3
<span v-b-tooltip.hover
5
4
:title =" 'Prepare for a kickoff (' + Object.keys(keymapKickoff)[0] + ')'" >
6
5
<b-button v-hotkey =" keymapKickoff"
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <h2 v-b-tooltip.hover title =" Edit team data by double-clicking a value" > Team {{teamColor}}</h2 >
4
3
<div class =" content" >
5
4
<div >
6
5
<TeamName
You can’t perform that action at this time.
0 commit comments