
default.view.protocol.logs.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]
*@
@import sirius.biz.tenants.UserAccount
@args Page logs
@extends(view.wondergem.template.html, title: NLS.get("LogEntry.plural"))
@section(breadcrumbs) {
@i18n("LogEntry.plural")
}
@pageHeader("LogEntry.plural")
@filterbox(logs, "system/logs")
@tableSearchHeader(logs, "system/logs")
@table(logs) {
@i18n("LogEntry.level")
@i18n("LogEntry.tod")
@i18n("LogEntry.category")
@i18n("LogEntry.user")
@i18n("LogEntry.node")
@for(sirius.biz.protocol.LogEntry msg : logs.getItems()) {
@msg.getLevel()
@NLS.toUserString(msg.getTod())
@msg.getCategory()
@msg.getUser()
@msg.getNode()
@msg.getMessage()
}
}
@pagination(logs, "system/logs")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy