All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.view.protocol.errors.html Maven / Gradle / Ivy

There is a newer version: 9.6
Show newest version
@*
*  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()) {
    @i.getNumberOfOccurrences()
    @i.getUser()
    @NLS.toUserString(i.getFirstOccurrence())
    @i.getCategory()
    @i.getNode()

    @i.getMessage()
    } } @pagination(errors, "system/errors")




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy