
templates.eureka.lastn.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartcosmos-service-discovery Show documentation
Show all versions of smartcosmos-service-discovery Show documentation
SMART COSMOS Service Discovery Server based on the Netflix OSS Eureka Server
The newest version!
<#import "/spring.ftl" as spring />
Eureka - Last N events
<#include "header.ftl">
<#include "navbar.ftl">
Timestamp
Lease
<#if lastNCanceled?has_content>
<#list lastNCanceled as entry>
${entry.date?datetime}
${entry.id}
#list>
<#else>
No results available
#if>
Timestamp
Lease
<#if lastNRegistered?has_content>
<#list lastNRegistered as entry>
${entry.date?datetime}
${entry.id}
#list>
<#else>
No results available
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy