* Add modal.alert of gitlab,jenkins,job.
This commit is contained in:
@@ -231,8 +231,9 @@ class gitlab extends control
|
||||
$actionID = $this->pipeline->delete($id, 'gitlab');
|
||||
if(!$actionID)
|
||||
{
|
||||
$response['result'] = 'fail';
|
||||
$response['message'] = $this->lang->pipeline->delError;
|
||||
$response['result'] = 'fail';
|
||||
$response['callback'] = sprintf('zui.Modal.alert("%s");', $this->lang->pipeline->delError);
|
||||
|
||||
return $this->send($response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user