mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
[임대현] #184 index.html 걷어내기
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@4087 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -227,7 +227,7 @@ pinpointApp.controller('TransactionListCtrl', ['TransactionListConfig', '$scope'
|
||||
* @param transaction
|
||||
*/
|
||||
changeTransactionDetail = function (transaction) {
|
||||
var transactionDetailUrl = 'index.html#/transactionDetail'; // the filename should be existing, if not it's doesn't work on ie and firefox
|
||||
var transactionDetailUrl = 'index.jsp#/transactionDetail'; // the filename should be existing, if not it's doesn't work on ie and firefox
|
||||
if (transaction.traceId && transaction.collectorAcceptTime) {
|
||||
transactionDetailUrl += '/' + encodeURIComponentFilter(transaction.traceId) + '/' + transaction.collectorAcceptTime;
|
||||
$scope.transactionDetailUrl = transactionDetailUrl;
|
||||
|
||||
Reference in New Issue
Block a user