aboutsummaryrefslogtreecommitdiff
path: root/mavigator-server/src/main/twirl/mavigator/views/dashboard.scala.html
blob: 2b08797ce8fd95d3532b7d6a3a82777655b0ad0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@(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
	)
}