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

templates.eureka.lastn.ftlh Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
<#import "/spring.ftl" as spring />


  
    
    Eureka - Last N events
    
  
  
    

    <#include "header.ftlh">

    
<#include "navbar.ftlh">
<#if lastNCanceled?has_content> <#list lastNCanceled as entry> <#else>
TimestampLease
${entry.date?datetime}${entry.id}
No results available
<#if lastNRegistered?has_content> <#list lastNRegistered as entry> <#else>
TimestampLease
${entry.date?datetime}${entry.id}
No results available




© 2015 - 2024 Weber Informatics LLC | Privacy Policy