Merge remote-tracking branch 'origin/ent-3431-discovery-host-devices' into ent-3394-discovery-applications
Former-commit-id: 4d47587e87964b25e4d5bc2a16551846507c266c
This commit is contained in:
commit
e2bb9e9a15
|
@ -410,13 +410,17 @@ class Wizard
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function printGoBackButton()
|
||||
public function printGoBackButton($url)
|
||||
{
|
||||
if (isset($url) === false) {
|
||||
$url = 'index.php?sec=gservers&sec2=godmode/servers/discovery';
|
||||
}
|
||||
|
||||
$form = [
|
||||
'form' => [
|
||||
'method' => 'POST',
|
||||
'action' => ui_get_full_url(
|
||||
'index.php?sec=gservers&sec2=godmode/servers/discovery'
|
||||
$url
|
||||
),
|
||||
],
|
||||
'inputs' => [
|
||||
|
|
Loading…
Reference in New Issue