forked from rc/aircox
cfr #121 Co-authored-by: Christophe Siraut <d@tobald.eu.org> Co-authored-by: bkfox <thomas bkfox net> Co-authored-by: Thomas Kairos <thomas@bkfox.net> Reviewed-on: rc/aircox#131 Co-authored-by: Chris Tactic <ctactic@noreply.git.radiocampus.be> Co-committed-by: Chris Tactic <ctactic@noreply.git.radiocampus.be>
This commit is contained in:
@ -1,16 +1,13 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% comment %}Admin tools used to manage the streamer.{% endcomment %}
|
||||
{% extends "aircox/dashboard/base.html" %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block init-scripts %}
|
||||
aircox.init({apiUrl: "{% url "admin:api:streamer-list" %}"},
|
||||
{config: window.StreamerApp})
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% block title %}{% translate "Streamer" %}{% endblock %}
|
||||
|
||||
{% block content-container %}
|
||||
{{ block.super }}
|
||||
<div id="app">
|
||||
<a-streamer api-url="{% url "admin:api:streamer-list" %}">
|
||||
<div class="container">
|
||||
<a-streamer api-url="{% url "streamer:api:streamer-list" %}">
|
||||
<template v-slot="{streamer,streamers,sources,fetchStreamers,Sound}">
|
||||
<div class="navbar toolbar">
|
||||
<div class="navbar-start">
|
||||
|
Reference in New Issue
Block a user