fix error display when server is installing, closes #424

This commit is contained in:
Dane Everitt 2017-05-05 16:27:36 -04:00
parent 4f127b95f0
commit a52d9eb0fb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 47 additions and 45 deletions

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,7 @@
$.ajax({
type: 'GET',
url: Router.route('server.ajax.status', { server: serverShortUUID }),
url: Router.route('index.status', { server: serverShortUUID }),
timeout: 5000,
headers: {
'X-CSRF-TOKEN': $('meta[name="_token"]').attr('content'),