diff --git a/Kieker.WebGUI/src/main/webapp/main.xhtml b/Kieker.WebGUI/src/main/webapp/main.xhtml index 0d14b1824d1328cf2983e4f86ad773427ad9c3d3..27f6885b359101d0b22c161be96f43f70a7b8c06 100644 --- a/Kieker.WebGUI/src/main/webapp/main.xhtml +++ b/Kieker.WebGUI/src/main/webapp/main.xhtml @@ -179,16 +179,16 @@ <p:growl id="messages" showDetail="true" autoUpdate="true" sticky="false"/> <!-- Include the dialogs for creating/deleting projects etc. --> - <ui:include src="main\projectDialogs.xhtml" /> + <ui:include src="main/projectDialogs.xhtml" /> <!-- Include the dialog for the configuration. --> - <ui:include src="main\settingsDialog.xhtml" /> + <ui:include src="main/settingsDialog.xhtml" /> <!-- Include the about-dialog. --> - <ui:include src="main\aboutDialog.xhtml" /> + <ui:include src="main/aboutDialog.xhtml" /> <!-- Include the dialog to handle the connections. --> - <ui:include src="main\connectionDialog.xhtml" /> + <ui:include src="main/connectionDialog.xhtml" /> </h:body> </f:view>