1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 11:07:01 -05:00

Move Channel Update Button to Channels Page

This commit is contained in:
deathbybandaid 2020-11-30 08:22:06 -05:00
parent 27917cc818
commit 8186e687b2
2 changed files with 5 additions and 5 deletions

View File

@ -4,6 +4,11 @@
<h4 style="text-align: center;">{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }} Channels</h4> <h4 style="text-align: center;">{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }} Channels</h4>
<div style="text-align: center;">
<button onclick="OpenLink('/api/channels?method=scan&redirect=%2Fchannels')">Force Channel Update</a></button><p> Note: This may take some time.</p>
</div>
<br>
<table class="center" style="width:100%"> <table class="center" style="width:100%">
<tr> <tr>
<th>Play</th> <th>Play</th>

View File

@ -4,11 +4,6 @@
<h4 style="text-align: center;">{{ fhdhr.config.dict["main"]["servicename"] }} Status</h4> <h4 style="text-align: center;">{{ fhdhr.config.dict["main"]["servicename"] }} Status</h4>
<div style="text-align: center;">
<button onclick="OpenLink('/api/channels?method=scan&redirect=%2Forigin')">Force Channel Update</a></button>
</div>
<br>
<table class="center" style="width:50%"> <table class="center" style="width:50%">
<tr> <tr>
<th></th> <th></th>