{{scope.row[item.prop]?scope.row[item.prop].name:'-'}}
{{findServerType(scope.row[item.prop]).text}}
{{utcTimeToTimezoneStr(scope.row[item.prop])}}
{{scope.row[item.prop]?momentTz(scope.row[item.prop]):'-'}}
{{scope.row[item.prop] == '1' ? 'UP' : 'Down'}}
{{scope.row.name ? scope.row.name : '-'}}
{{scope.row[item.prop] ? scope.row[item.prop] : '-'}}
{{scope.row[item.prop]}}
-