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.html2
1 files changed, 1 insertions, 1 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
index addd4d5..2b08797 100644
--- a/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
+++ b/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
@@ -1,7 +1,7 @@
@(socket: String, remoteSystemId: Byte, systemId: Byte, componentId: Byte)
@main("Main"){
- @app("mavigator-dashboard")(
+ @app("mavigator_dashboard_Main")(
"socketUrl" -> socket,
"remoteSystemId" -> remoteSystemId.toString,
"systemId" -> systemId.toString,