diff --git a/public/admin/index.html b/public/admin/index.html index 63fc069f..dcab0c84 100644 --- a/public/admin/index.html +++ b/public/admin/index.html @@ -17,7 +17,7 @@
-
GFX Controller
+
GFX Controller
diff --git a/public/images/roses2018logo.png b/public/images/roses2018logo.png new file mode 100644 index 00000000..d9e61ec8 Binary files /dev/null and b/public/images/roses2018logo.png differ diff --git a/public/index.html b/public/index.html index 03fcc13c..e07bb648 100755 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@

{{bug.locationtext}}

@@ -377,7 +377,7 @@

{{ grid.header }
Best of {{tennisOptions.maxSets}} sets
- +

Match Statistics

@@ -391,43 +391,43 @@

Match Statistics

{{tennisOptions.player2}}
- +
{{tennisScore.ace1}}
{{tennisScore.ace2}}
Aces
- +
{{tennisScore.doubleFault1}}
{{tennisScore.doubleFault2}}
Double Faults
- +
{{tennisScore.firstServeWon1 + " / " + (tennisScore.pointsServed1 - tennisScore.singleFault1 - tennisScore.doubleFault1)}}
{{tennisScore.firstServeWon2 + " / " + (tennisScore.pointsServed2 - tennisScore.singleFault2 - tennisScore.doubleFault2)}}
First Serves Won
- +
{{tennisScore.secondServeWon1 + " / " + (tennisScore.singleFault1 + tennisScore.doubleFault1)}}
{{tennisScore.secondServeWon2 + " / " + (tennisScore.singleFault2 + tennisScore.doubleFault2)}}
Second Serves Won
- +
{{tennisScore.breaksWon1 + " / " + tennisScore.breakPoint1}}
{{tennisScore.breaksWon2 + " / " + tennisScore.breakPoint2}}
Break Points Won
- +
{{tennisScore.servicesWon1}}
{{tennisScore.servicesWon2}}
Service Games Won
- +
{{tennisScore.pointsWon1}}
{{tennisScore.pointsWon2}}