update components

This commit is contained in:
Luke Pulverenti 2016-08-27 21:05:32 -04:00
parent 3fac9fa99d
commit 557ac784a8
9 changed files with 33 additions and 22 deletions

View file

@ -98,11 +98,11 @@ function (dialogHelper, loading, connectionManager, globalize, actionsheet) {
html += '<i class="md-icon listItemIcon">dvr</i>';
html += '<div class="listItemBody two-line">';
html += '<h3>';
html += '<h3 class="listItemBodyText">';
html += channel.Name;
html += '</h3>';
html += '<div class="secondary">';
html += '<div class="secondary listItemBodyText">';
if (channel.ProviderChannelNumber || channel.ProviderChannelName) {
html += getMappingSecondaryName(channel, providerName);
}