default.view.parts.tracing.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
@args sirius.biz.model.TraceData trace
@if (trace.getCreatedAt() != null) {
@i18n("TraceData.infos")
@renderBody()
@i18n("TraceData.created")
@NLS.toUserString(trace.getCreatedAt())
@trace.getCreatedBy()
@trace.getCreatedIn()
@i18n("TraceData.changed")
@NLS.toUserString(trace.getChangedAt())
@trace.getChangedBy()
@trace.getChangedIn()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy