Skip to content
Snippets Groups Projects
Commit e0df8fa2 authored by Michael Simon's avatar Michael Simon
Browse files

Show IDP status on idp details page

parent cb96bd47
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,13 @@
<h:outputText value="#{messages.status}:"/>
<h:outputText value="#{showIdpBean.entity.status}"/>
<h:outputText value="#{messages.artifact_resolution} #{messages.status}:"/>
<h:outputText value="#{showIdpBean.entity.aqIdpStatus} (changed: #{showIdpBean.entity.lastAqStatusChange})"/>
<h:outputText value="#{messages.single_sign_on} #{messages.status}:"/>
<h:outputText value="#{showIdpBean.entity.idIdpStatus} (changed: #{showIdpBean.entity.lastIdStatusChange})"/>
<h:outputText value="#{messages.name}:"/>
<h:outputText value="#{showIdpBean.entity.displayName}"/>
......
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