
default.view.protocol.error.html Maven / Gradle / Ivy
@*
* 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.biz.protocol.Incident incident
@extends(view.wondergem.template.html, title: (NLS.get("Incident") + " (" + incident.getCategory()+ ")"))
@section(breadcrumbs) {
@i18n("Incident.plural")
@i18n("Incident"): @incident.getCategory()
}
@pageHeader() {
@NLS.get("Incident") (@incident.getCategory())
}
@incident.getMessage()
@textfield(labelKey: "Incident.lastOccurrence",
value: NLS.toUserString(incident.getLastOccurrence()),
readonly: true)
@textfield(labelKey: "Incident.numberOfOccurrences",
value: NLS.toUserString(incident.getNumberOfOccurrences()),
readonly: true)
@textfield(labelKey: "Incident.firstOccurrence",
value: NLS.toUserString(incident.getFirstOccurrence()),
readonly: true)
@textfield(labelKey: "Incident.user",
value: incident.getUser(),
readonly: true)
@textfield(labelKey: "Incident.category",
value: incident.getCategory(),
readonly: true)
@textfield(labelKey: "Incident.node",
value: incident.getNode(),
readonly: true)
@textfield(labelKey: "Incident.location",
value: incident.getLocation(),
span: "12",
readonly: true)
@heading("Incident.mdc")
@incident.getMdc()
@heading("Incident.stack")
@incident.getStack()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy