Audio federation

This commit is contained in:
Eliot Berriot 2018-09-22 12:29:30 +00:00
parent 6992c567fb
commit e49a460203
85 changed files with 2598 additions and 1204 deletions

View file

@ -46,7 +46,7 @@
:objects-data="result"
:custom-objects="customObjects"
:actions="actions"
:action-url="'track-files/action/'"
:action-url="'uploads/action/'"
:filters="actionFilters">
<template slot="header-cells">
<th><translate>Title</translate></th>
@ -207,7 +207,7 @@ export default {
let self = this
self.isLoading = true
self.checked = []
axios.get('/track-files/', {params: params}).then((response) => {
axios.get('/uploads/', {params: params}).then((response) => {
self.result = response.data
self.isLoading = false
}, error => {