Merge branch 'develop'

# Conflicts:
#	public/js/app.js
This commit is contained in:
Dennis
2021-07-18 10:12:15 +02:00
3 changed files with 27311 additions and 3 deletions

27310
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -118,7 +118,7 @@
useNotification,
syncProvider (provider){
window.axios.post(this.route('admin.services.providers.sync', provider.id).url())
window.axios.post(this.route('admin.services.providers.sync', provider.id))
.then(() => {
useNotification({
variant: 'success',

View File

@@ -118,7 +118,7 @@
useNotification,
syncServer (server){
window.axios.post(this.route('admin.services.servers.sync').url(), server)
window.axios.post(this.route('admin.services.servers.sync'), server)
.then(() => {
useNotification({
variant: 'success',