mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge remote-tracking branch 'origin/ent-3431-discovery-host-devices' into ent-3394-discovery-applications
Former-commit-id: 057a5915c8397b3798dcbe97f6ac3f1302879c8c
This commit is contained in:
commit
8ec5cda8bf
@ -413,15 +413,15 @@ class Wizard
|
|||||||
public function printGoBackButton($url)
|
public function printGoBackButton($url)
|
||||||
{
|
{
|
||||||
if (isset($url) === false) {
|
if (isset($url) === false) {
|
||||||
$url = 'index.php?sec=gservers&sec2=godmode/servers/discovery';
|
$url = ui_get_full_url(
|
||||||
|
'index.php?sec=gservers&sec2=godmode/servers/discovery'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$form = [
|
$form = [
|
||||||
'form' => [
|
'form' => [
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
'action' => ui_get_full_url(
|
'action' => $url,
|
||||||
$url
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
'inputs' => [
|
'inputs' => [
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user