default.view.protocol.errors.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-biz Show documentation
Show all versions of sirius-biz Show documentation
Provides a framework for building web based business applications
@*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*@
@args sirius.web.controller.Page errors, long total
@extends(view.wondergem.template.html, title: NLS.get("Incident.plural"))
@section(breadcrumbs) {
@i18n("Incident.plural")
}
@pageHeader("Incident.plural")
@filterbox(errors, "system/errors")
@navbox("Incident.totalIncidents") {
@total
}
@tableSearchHeader(errors, "system/errors")
@table(errors) {
@i18n("Incident.lastOccurrence")
@i18n("Incident.numberOfOccurrences")
@i18n("Incident.user")
@i18n("Incident.firstOccurrence")
@i18n("Incident.category")
@i18n("Incident.node")
@for(sirius.biz.protocol.Incident i : errors.getItems()) {
@NLS.toUserString(i.getFirstOccurrence())
@i.getCategory()
@i.getNode()
@i.getMessage()
}
}
@pagination(errors, "system/errors")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy