Add an "Import match list" tab to the scouting web page
This patch adds a new tab to the scouting web page to import the match
list. You have to point the server at a config file with `--tba_config`.
See its `--help` for more information.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I606915a6cc5776fe183da41ab8b04b063f57dafd
diff --git a/scouting/www/entry/entry.component.ts b/scouting/www/entry/entry.component.ts
index ddc31df..fb4a1b1 100644
--- a/scouting/www/entry/entry.component.ts
+++ b/scouting/www/entry/entry.component.ts
@@ -15,7 +15,7 @@
@Component({
selector: 'app-entry',
templateUrl: './entry.ng.html',
- styleUrls: ['./entry.component.css']
+ styleUrls: ['../common.css', './entry.component.css']
})
export class EntryComponent {
section: Section = 'Team Selection';