refactoring

This commit is contained in:
Saeed Vaziry
2023-08-06 17:36:39 +02:00
parent 643318fcfc
commit a8295e15c3
28 changed files with 239 additions and 66 deletions

View File

@ -68,7 +68,7 @@ function siteCombobox() {
selectSite(site) {
if (this.selected.id !== site.id) {
this.selected = site;
window.location.href = '{{ url('/servers') }}/' + '{{ $server->id }}/sites' + site.id
window.location.href = '{{ url('/servers') }}/' + '{{ $server->id }}/sites/' + site.id
}
},
filterSitesAndOpen() {