You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-21 12:34:01 +08:00
@@ -2331,7 +2331,7 @@ function updateService(service, action='update') {
|
||||
data = data.replace(/\s+/g,' ');
|
||||
if (data.indexOf('error:') != '-1' || data.indexOf('Failed') != '-1') {
|
||||
toastr.error(data);
|
||||
} else if (data.indexOf('Complete!') != '-1' || data.indexOf('Unpacking!') != '-1'){
|
||||
} else if (data.indexOf('Complete!') != '-1' || data.indexOf('Unpacking') != '-1'){
|
||||
toastr.clear();
|
||||
toastr.success(service + ' has been '+action+'ed');
|
||||
} else if (data.indexOf('Unauthorized') != '-1') {
|
||||
|
||||
Reference in New Issue
Block a user