diff --git a/Kieker.WebGUI/src/main/webapp/img/kieker-logo-transparent.png b/Kieker.WebGUI/src/main/webapp/img/kieker-logo-transparent.png new file mode 100644 index 0000000000000000000000000000000000000000..148262685e69a5e2f6808fb641f8a6f00934ef1e Binary files /dev/null and b/Kieker.WebGUI/src/main/webapp/img/kieker-logo-transparent.png differ diff --git a/Kieker.WebGUI/src/main/webapp/main.xhtml b/Kieker.WebGUI/src/main/webapp/main.xhtml index af45224acee4a12c975a0e09544b968c892458cb..597ee67b4b579a252424d59418603e33f69e98ca 100644 --- a/Kieker.WebGUI/src/main/webapp/main.xhtml +++ b/Kieker.WebGUI/src/main/webapp/main.xhtml @@ -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> diff --git a/Kieker.WebGUI/src/main/webapp/main/aboutDialog.xhtml b/Kieker.WebGUI/src/main/webapp/main/aboutDialog.xhtml index 58d2827750e10189ff443fa359229fd8a52baec4..5bae983c2384c74a0e1f340097f26ddabeb29657 100644 --- a/Kieker.WebGUI/src/main/webapp/main/aboutDialog.xhtml +++ b/Kieker.WebGUI/src/main/webapp/main/aboutDialog.xhtml @@ -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 />