mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Add option to changed image of service in visualconsole:builder. tiquet:#2175
This commit is contained in:
parent
ca5b9bd62f
commit
ca1641a4e0
@ -442,6 +442,9 @@ switch ($action) {
|
||||
break;
|
||||
default:
|
||||
if (enterprise_installed()) {
|
||||
if ($image !== null) {
|
||||
$values['image'] = $image;
|
||||
}
|
||||
enterprise_ajax_update_values($action, $type, $values);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user