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, 0 insertions, 11 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
deleted file mode 100644
index 2b08797..0000000
--- a/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
+++ /dev/null
@@ -1,11 +0,0 @@
-@(socket: String, remoteSystemId: Byte, systemId: Byte, componentId: Byte)
-
-@main("Main"){
- @app("mavigator_dashboard_Main")(
- "socketUrl" -> socket,
- "remoteSystemId" -> remoteSystemId.toString,
- "systemId" -> systemId.toString,
- "componentId" -> componentId.toString
- )
-}
-