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

ui.history.all.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">
All commits history
<#assign datatableId = "commits-table"> <#include "../common/loading.ftl"> <#assign useDatatable = true> <#include "commitsTable.ftl">
<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy