Merge remote-tracking branch 'origin/ent-3431-discovery-host-devices' into ent-3394-discovery-applications

Former-commit-id: 4d47587e87964b25e4d5bc2a16551846507c266c
This commit is contained in:
fbsanchez 2019-02-20 10:54:09 +01:00
commit e2bb9e9a15

View File

@ -410,13 +410,17 @@ class Wizard
* *
* @return void * @return void
*/ */
public function printGoBackButton() public function printGoBackButton($url)
{ {
if (isset($url) === false) {
$url = 'index.php?sec=gservers&sec2=godmode/servers/discovery';
}
$form = [ $form = [
'form' => [ 'form' => [
'method' => 'POST', 'method' => 'POST',
'action' => ui_get_full_url( 'action' => ui_get_full_url(
'index.php?sec=gservers&sec2=godmode/servers/discovery' $url
), ),
], ],
'inputs' => [ 'inputs' => [