mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -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>
|
||||
<code v-text="channel.id"></code>
|
||||
</td>
|
||||
<td class="is-vcentered">
|
||||
<p v-for="guide in channel.guides"><code style="white-space: nowrap" v-text="guide"></code></p>
|
||||
</td>
|
||||
</tr>
|
||||
`
|
||||
}
|
||||
|
@ -99,7 +96,6 @@ const CountryItem = {
|
|||
<th></th>
|
||||
<th>Name</th>
|
||||
<th>TVG-ID</th>
|
||||
<th>EPG</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue