Skip to content
Snippets Groups Projects
Commit 09cd500c authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Added the logo to the about-dialog.

parent 07151405
No related branches found
No related tags found
No related merge requests found
Kieker.WebGUI/src/main/webapp/img/kieker-logo-transparent.png

22.7 KiB

...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
</h:head> </h:head>
<h:body onload="initPageObjects();"> <h:body onload="initPageObjects();">
<!-- This is the layout for the whole page. --> <!-- This is the layout for the whole page. -->
<p:layout id="layout" fullPage="true"> <p:layout id="layout" fullPage="true">
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
<p:dialog header="About..." resizable="false" modal="true" <p:dialog header="About..." resizable="false" modal="true"
widgetVar="aboutDialog" id="aboutDialog"> widgetVar="aboutDialog" id="aboutDialog">
<h:form> <h:form>
<img src="../img/kieker-logo-transparent.png" style="opacity: 0.25" />
<hr/>
<h:outputText value="Kieker.WebGUI" /> <h:outputText value="Kieker.WebGUI" />
<br /> <br />
<br /> <br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment