File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 </thead >
2525 <tbody >
2626 {% for stream in streams %}
27- <tr class =" cursor-pointer{% if stream . organization_slug in invalidTokenSlugs %} table-warning{% endif %} " onclick =" window.location='/admin/stream/{{ stream .guid }}/edit'" title =" GUID : {{ stream .guid }}" style =" cursor:pointer;" >
27+ <tr class =" cursor-pointer" onclick =" window.location='/admin/stream/{{ stream .guid }}/edit'" title =" GUID : {{ stream .guid }}" style =" cursor:pointer;" >
2828 <td >{{ stream .id | e }}</td >
2929 <td >
3030 {{ stream .title | e }}
Original file line number Diff line number Diff line change 303303 </thead >
304304 <tbody >
305305 {% for stream in streams %}
306- <tr class =" cursor-pointer{% if stream . organization_slug in invalidTokenSlugs %} table-warning{% endif %} " onclick =" window.location='/admin/stream/{{ stream .guid }}/edit'" title =" GUID : {{ stream .guid }}" >
306+ <tr class =" cursor-pointer" onclick =" window.location='/admin/stream/{{ stream .guid }}/edit'" title =" GUID : {{ stream .guid }}" >
307307 <td >{{ stream .id | e }}</td >
308308 <td >
309309 {{ stream .title | e }}
Original file line number Diff line number Diff line change 189189 </thead >
190190 <tbody >
191191 {% for stream in streams %}
192- <tr class =" cursor-pointer{% if stream . organization_slug in invalidTokenSlugs %} table-warning{% endif %} " onclick =" window.location='/admin/stream/{{ stream .guid }}/edit'" title =" GUID : {{ stream .guid }}" >
192+ <tr class =" cursor-pointer" onclick =" window.location='/admin/stream/{{ stream .guid }}/edit'" title =" GUID : {{ stream .guid }}" >
193193 <td >{{ stream .id | e }}</td >
194194 <td >
195195 {{ stream .title | e }}
You can’t perform that action at this time.
0 commit comments