aboutsummaryrefslogtreecommitdiff
path: root/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html')
-rw-r--r--mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html b/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
new file mode 100644
index 0000000..addd4d5
--- /dev/null
+++ b/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
@@ -0,0 +1,11 @@
+@(socket: String, remoteSystemId: Byte, systemId: Byte, componentId: Byte)
+
+@main("Main"){
+ @app("mavigator-dashboard")(
+ "socketUrl" -> socket,
+ "remoteSystemId" -> remoteSystemId.toString,
+ "systemId" -> systemId.toString,
+ "componentId" -> componentId.toString
+ )
+}
+