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

ui.history.recent.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="lastCommit"  type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="allCommits" type="java.util.List>" -->
<#-- @ftlvariable name="gitCommitBaseUrl"  type="java.lang.String" -->
<#-- @ftlvariable name="gitEmbeddedBrowse"  type="java.lang.Boolean" -->
<#-- @ftlvariable name="jiraBaseUrl"  type="java.lang.String" -->




    <#include "../commonResources.ftl"/>
    Commits history
    
    




<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>

<#include "gitRefresh.ftl">
Recent history
<#assign lastCounts = [5, 10, 25, 100]>
Show latest: <#list lastCounts as count> ${count}
<#assign useDatatable = false> <#include "commitsTable.ftl">

<#if allCommits?size gt 0>
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy