mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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
|
* @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' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user