This commit is contained in:
Mario Colque 2014-03-08 03:26:03 -03:00
commit 6fa244dd7d

View File

@ -55,6 +55,10 @@
<td data-ng-show="tx.time" class="text-muted text-right">{{tx.time * 1000|date:'medium'}}</td> <td data-ng-show="tx.time" class="text-muted text-right">{{tx.time * 1000|date:'medium'}}</td>
<td data-ng-show="!tx.time" class="text-muted text-right">N/A</td> <td data-ng-show="!tx.time" class="text-muted text-right">N/A</td>
</tr> </tr>
<tr data-ng-show="tx.locktime">
<td><strong>LockTime </strong></td>
<td class="text-muted text-right">{{tx.locktime}}</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>