mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
drawbacks: the application startup was emulated since it is not compatible with a custom env. when launched with the CLI (it rely on the session in an incompatible way)
12 lines
375 B
XML
12 lines
375 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.7">
|
|
<menus>
|
|
<menu id="module-test-foo" xsi:type="WebPageMenuNode" _delta="define">
|
|
<rank>9999</rank>
|
|
<parent>SystemTools</parent>
|
|
<url>foo.php</url>
|
|
<enable_admin_only>1</enable_admin_only>
|
|
</menu>
|
|
</menus>
|
|
</itop_design>
|