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

assets.components.hystrixCommand.templates.hystrixCircuitContainer.html Maven / Gradle / Ivy

There is a newer version: 0.6.5
Show newest version
<% var displayName = name; var toolTip = ""; if(displayName.length > 32) { displayName = displayName.substring(0,4) + "..." + displayName.substring(displayName.length-20, displayName.length); toolTip = "title=\"" + name + "\""; } %>
<% if(includeDetailIcon) { %>

style="padding-right:16px"> <%= displayName %>

<% } else { %>

><%= displayName %>

<% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy