Skip to content

Instantly share code, notes, and snippets.

@manduks
Created November 14, 2016 16:18
Show Gist options
  • Save manduks/c015e83205952337e1802099bc6c2569 to your computer and use it in GitHub Desktop.
Save manduks/c015e83205952337e1802099bc6c2569 to your computer and use it in GitHub Desktop.
{
xtype : 'component',
cls : 'data',
itemId: 'observationSummary',
tpl :[
'<span class="prop">TopBox ID:</span><span class="value">{version}</span>',
'<tpl if="false">',
'<span class="prop js-pkey-label pkey">{pkeyLabel}:</span><span class="value js-pkey-value">{pkey}</span>',
'</tpl>',
'<span class="prop">Agent:</span><span class="value">{agent}</span>'
],
data : {
agent: 'TopBox',
version: '3.0.5'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment