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 @@
</h:head>
<h:body onload="initPageObjects();">
<!-- This is the layout for the whole page. -->
<p:layout id="layout" fullPage="true">
......@@ -125,7 +126,7 @@
<br/>
<p:commandLink ajax="true" value="Remove" action="#{selectedMainProjectBean.removePlugin(plugin)}" update=":propertiesForm"/>
</div>
</c:forEach>
<c:forEach items="#{selectedMainProjectBean.validConnections}" var="connection">
<div class="connector #{stringToIDBean.stringToID(connection.source)} #{stringToIDBean.stringToID(connection.destination)}">
......@@ -136,7 +137,7 @@
</div>
</c:forEach>
</div>
</h:form>
</h:form>
</p:layoutUnit>
<!-- ******************************************************************************** -->
......@@ -167,7 +168,7 @@
<p:column headerText="Options" style="width:50px">
<p:rowEditor />
</p:column>
<p:ajax event="rowEdit" update=":centerForm" />
</p:dataTable>
</c:if>
......
......@@ -10,6 +10,8 @@
<p:dialog header="About..." resizable="false" modal="true"
widgetVar="aboutDialog" id="aboutDialog">
<h:form>
<img src="../img/kieker-logo-transparent.png" style="opacity: 0.25" />
<hr/>
<h:outputText value="Kieker.WebGUI" />
<br />
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment