WIP: H&D skel files css wiz&discov
Former-commit-id: e57758a9e77b19868262557d9e11a0ff7b38f02c
This commit is contained in:
parent
96fccc578c
commit
f777c59a83
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
* Discovery css global
|
||||
*/
|
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* Discovery > Wizard css global style
|
||||
*/
|
||||
|
||||
ul.wizard {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue