mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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);
|
||||
|
||||
|
||||
|
3
pandora_console/include/styles/discovery.css
Normal file
3
pandora_console/include/styles/discovery.css
Normal file
@ -0,0 +1,3 @@
|
||||
/*
|
||||
* Discovery css global
|
||||
*/
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Discovery > Wizard css global style
|
||||
*/
|
||||
|
||||
ul.wizard {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user