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

default.view.parts.tracing.html Maven / Gradle / Ivy

There is a newer version: 9.6
Show newest version
@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