diff --git a/app/templates/provider/dashboard.html b/app/templates/provider/dashboard.html index 7659494..0b5fea3 100644 --- a/app/templates/provider/dashboard.html +++ b/app/templates/provider/dashboard.html @@ -289,6 +289,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
  • Video on demand
  • Channel on demand
  • Proxy
  • +
  • Catchups
  • Events (Pay per view)
  • Series
  • @@ -318,7 +319,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }} {% for rev in streams %} - {% if (rev.type != 8 and rev.type != 9 and rev.type != 10 and rev.type != 11 and + {% if (rev.type != 6 and rev.type != 8 and rev.type != 9 and rev.type != 10 and rev.type != 11 and rev.type != 0 and rev.type != 1) %} {{ loop.index }} @@ -438,9 +439,6 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }} onclick="add_timeshift_recorder_stream()"> Add timeshift recorder - +
    +
    + + + + + + + + + + + + {% for catchup in streams %} + {% if (catchup.type == 6) %} + + + + + + + + {% endif %} + {% endfor %} + +
    #NameTypePrice ($)Actions
    {{ loop.index }} + + {{ catchup.name }} + + {{ ['PROXY','VOD_PROXY','RELAY', 'ENCODE', 'TIMESHIFT_PLAYER', + 'TIMESHIFT_RECORDER', + 'CATCHUP', + 'TEST_LIFE', + 'VOD_RELAY', 'VOD_ENCODE','COD_RELAY', 'COD_ENCODE', 'EVENT'][catchup.type] }} + {{ catchup.price }} + + Play + + + +
    +
    +
    + +
    +