WIP: H&D skel files css wiz&discov

Former-commit-id: e57758a9e77b19868262557d9e11a0ff7b38f02c
This commit is contained in:
fbsanchez 2019-02-15 10:00:23 +01:00
parent 96fccc578c
commit f777c59a83
3 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,8 @@ if (! check_acl($config['id_user'], 0, 'AW')) {
exit;
}
ui_require_css_file('discovery');
ui_print_page_header(__('Discover'), 'wizards/hostDevices.png', false, '', true);

View File

@ -0,0 +1,3 @@
/*
* Discovery css global
*/

View File

@ -1,3 +1,7 @@
/*
* Discovery > Wizard css global style
*/
ul.wizard {
}