WIP discovery agent deployment
This commit is contained in:
parent
518443ea4e
commit
7c8cb75faf
|
@ -42,7 +42,19 @@ function get_wiz_class($str)
|
|||
return 'ConsoleTasks';
|
||||
|
||||
default:
|
||||
// Ignore.
|
||||
// Main, show header.
|
||||
ui_print_page_header(
|
||||
__('Discovery'),
|
||||
'',
|
||||
false,
|
||||
'',
|
||||
true,
|
||||
'',
|
||||
false,
|
||||
'',
|
||||
GENERIC_SIZE_TEXT,
|
||||
''
|
||||
);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -800,6 +800,7 @@ class HostDevices extends Wizard
|
|||
}).change();';
|
||||
|
||||
$this->printFormAsGrid($form);
|
||||
$this->printGoBackButton($this->url.'&page='.($this->page - 1));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -892,6 +893,7 @@ class HostDevices extends Wizard
|
|||
];
|
||||
|
||||
$this->printFormAsList($form);
|
||||
$this->printGoBackButton($this->url.'&mode=netscan&task='.$this->task['id_rt'].'&page='.($this->page - 1));
|
||||
}
|
||||
|
||||
if ($this->page == 2) {
|
||||
|
|
|
@ -335,6 +335,7 @@ class Wizard
|
|||
],
|
||||
'inputs' => [
|
||||
[
|
||||
'class' => 'w100p',
|
||||
'arguments' => [
|
||||
'name' => 'submit',
|
||||
'label' => __('Go back'),
|
||||
|
|
Loading…
Reference in New Issue