DmitrMakeev commited on
Commit
9421412
·
verified ·
1 Parent(s): 8b7e294

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +3 -5
data_gc_tab.html CHANGED
@@ -106,6 +106,7 @@
106
  {title:"Имя", field:"name"},
107
  {title:"Телефон", field:"phone"},
108
  {title:"Email", field:"email"},
 
109
  {title:"Ссылка на VK", field:"vk_id", formatter: function(cell, formatterParams, onRendered) {
110
  var vk_id = cell.getValue();
111
  return `<a href="https://vk.com/id${vk_id}" target="_blank">${vk_id}</a>`;
@@ -130,8 +131,7 @@
130
  {title:"utm_medium", field:"pr2"},
131
  {title:"utm_campaign", field:"pr3"},
132
  {title:"utm_term", field:"pr4"},
133
- {title:"utm_content", field:"pr5"},
134
- {title:"Cсылка на пользователя в GC", field:"ad_url"}
135
  ],
136
  });
137
  })
@@ -139,6 +139,4 @@
139
  });
140
  </script>
141
  </body>
142
- </html>
143
-
144
-
 
106
  {title:"Имя", field:"name"},
107
  {title:"Телефон", field:"phone"},
108
  {title:"Email", field:"email"},
109
+ {title:"Ссылка на пользователя в GC", field:"ad_url"},
110
  {title:"Ссылка на VK", field:"vk_id", formatter: function(cell, formatterParams, onRendered) {
111
  var vk_id = cell.getValue();
112
  return `<a href="https://vk.com/id${vk_id}" target="_blank">${vk_id}</a>`;
 
131
  {title:"utm_medium", field:"pr2"},
132
  {title:"utm_campaign", field:"pr3"},
133
  {title:"utm_term", field:"pr4"},
134
+ {title:"utm_content", field:"pr5"}
 
135
  ],
136
  });
137
  })
 
139
  });
140
  </script>
141
  </body>
142
+ </html>