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