Skip to content

Commit cfec9a0

Browse files
authored
Update menu.xml
1 parent 3141037 commit cfec9a0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

etc/adminhtml/menu.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,12 @@
1010
resource="Amadeco_OpcacheGui::opcache_gui"
1111
/>
1212
<add id="Amadeco_OpcacheGui::index_index"
13-
title="OPcache Dashboard"
13+
title="PHP OpCache Dashboard"
1414
module="Amadeco_OpcacheGui"
1515
action="opcache_gui/index/index"
1616
resource="Amadeco_OpcacheGui::index_index"
1717
parent="Amadeco_OpcacheGui::index_main"
1818
sortOrder="10"
1919
/>
20-
<add id="Amadeco_OpcacheGui::index_gui"
21-
title="OPcache GUI Interface"
22-
module="Amadeco_OpcacheGui"
23-
action="opcache_gui/index/gui"
24-
resource="Amadeco_OpcacheGui::index_gui"
25-
parent="Amadeco_OpcacheGui::index_main"
26-
sortOrder="20"
27-
/>
2820
</menu>
2921
</config>

0 commit comments

Comments
 (0)