mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-14 02:50:07 -04:00
Remove the EPG column
This commit is contained in:
parent
56df550b38
commit
cbc15d7151
1 changed files with 0 additions and 4 deletions
4
app.js
4
app.js
|
@ -17,9 +17,6 @@ const ChannelItem = {
|
||||||
<td class="is-vcentered" nowrap>
|
<td class="is-vcentered" nowrap>
|
||||||
<code v-text="channel.id"></code>
|
<code v-text="channel.id"></code>
|
||||||
</td>
|
</td>
|
||||||
<td class="is-vcentered">
|
|
||||||
<p v-for="guide in channel.guides"><code style="white-space: nowrap" v-text="guide"></code></p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
@ -99,7 +96,6 @@ const CountryItem = {
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>TVG-ID</th>
|
<th>TVG-ID</th>
|
||||||
<th>EPG</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue