Commit 42ac3bf865f59d04a8671e8bc777c41cd3e20846
1 parent
92f16d2736
Exists in
master
link ke trxmon untuk display-xs
Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff
views/index.html
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | |
42 | 42 | <td class="hidden-xs"> |
43 | 43 | <a href="http://trxmon.host2host.id/trx/view/{{ transaction.MESSAGEID }}"> |
44 | - {{ transaction.NO_HP }} | |
44 | + {{ transaction.NO_HP }} | |
45 | 45 | </a> |
46 | 46 | </td> |
47 | 47 | |
... | ... | @@ -76,7 +76,9 @@ |
76 | 76 | |
77 | 77 | <dt> DESTINATION: </dt> |
78 | 78 | <dd> |
79 | + <a href="http://trxmon.host2host.id/trx/view/{{ transaction.MESSAGEID }}"> | |
79 | 80 | {{ transaction.NO_HP }} |
81 | + </a> | |
80 | 82 | </dd> |
81 | 83 | |
82 | 84 | <dt> SUPPLIER: </dt> |