File tree Expand file tree Collapse file tree
Source/GitHubCostVisualizer.Web/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 </div >
2424
2525 <div class =" form-group" >
26- <button class =" btn btn-primary w-100" type =" submit" >
26+ <button class =" btn btn-primary w-100" onclick = " trackUpload(); " type =" submit" >
2727 Build My Report
2828 </button >
2929 </div >
Original file line number Diff line number Diff line change 9999 </script >
100100 </div >
101101 <div class =" tab-pane fade" id =" nav-tab-action-system-list" role =" tabpanel" aria-labelledby =" nav-tab-action-system-list-tab" >
102- <table class =" display" >
102+ <table class =" display w-100 " >
103103 <thead >
104104 <tr >
105105 <th >Operating System</th >
Original file line number Diff line number Diff line change 3636 @await RenderSectionAsync("Header", false)
3737</head >
3838<body >
39+ <!-- Google tag (gtag.js) -->
40+ <script async src =" https://www.googletagmanager.com/gtag/js?id=G-G25TVL4TTW" ></script >
41+ <script >
42+ window .dataLayer = window .dataLayer || [];
43+ function gtag (){dataLayer .push (arguments );}
44+ gtag (' js' , new Date ());
3945
46+ gtag (' config' , ' G-G25TVL4TTW' );
47+
48+ function trackUpload () {
49+ gtag (' event' , ' upload' , {
50+ ' event_category' : ' upload' ,
51+ ' event_label' : ' upload'
52+ });
53+ }
54+ </script >
4055 <nav class =" navbar icg-navbar bg-white row m-0" >
4156 <div class =" navbar-header" >
4257
You can’t perform that action at this time.
0 commit comments