mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
refactoring
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user