Make the scouting web page actually submit data scouting data
This patch makes the web page send requests to
/requests/submit/data_scouting. Right now that request is not
implemented so we just get a 501, but that's okay. A future patch will
deal with that.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Id58edb92e879ed4450fee76d5a1640196a125ef8
diff --git a/scouting/www/entry/entry.component.css b/scouting/www/entry/entry.component.css
index cec2a47..2cb500f 100644
--- a/scouting/www/entry/entry.component.css
+++ b/scouting/www/entry/entry.component.css
@@ -18,3 +18,7 @@
width: 300px;
height: 150px;
}
+
+.error_message {
+ color: red;
+}