aboutsummaryrefslogtreecommitdiff
path: root/vfd-main/app/views/dashboard.scala.html
blob: b2cfdfdb09f6ab603b7afd808b046d6d390421c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@(socket: String, remoteSystemId: Byte, systemId: Byte, componentId: Byte)

@main("Main"){
	
	@app("vfd-dashboard")(
		"socketUrl" -> socket,
		"remoteSystemId" -> remoteSystemId.toString,
		"systemId" -> systemId.toString,
		"componentId" -> componentId.toString
	)
	
}