Skip to content

Commit

Permalink
Remove unused statistic button
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Nov 30, 2023
1 parent fddfa9b commit 02b15ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<f:param name="projecttitle" value="#{project.title}"/>
<h:outputText><i class="fa fa-clipboard fa-lg"/></h:outputText>
</h:link>
<h:link styleClass="action"
rendered="#{SecurityAccessController.hasAuthorityToViewDatabaseStatistics()}">
<h:outputText><i class="fa fa-bar-chart fa-lg"/></h:outputText>
</h:link>
<h:panelGroup styleClass="action"
title="#{project.hasProcesses() ? msgs.cannotDeleteProject : msgs.delete}">
<p:commandLink id="deleteProject"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@
</p:commandLink>
</h:panelGroup>

<h:link styleClass="action"
rendered="#{SecurityAccessController.hasAuthorityToViewDatabaseStatistics()}">
<h:outputText><i class="fa fa-bar-chart fa-lg"/></h:outputText>
</h:link>

<h:panelGroup styleClass="action"
title="#{item.hasProcesses() ? msgs.cannotDeleteProject : msgs.delete}">
<p:commandLink id="deleteProject"
Expand Down

0 comments on commit 02b15ff

Please sign in to comment.