We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3141037 commit cfec9a0Copy full SHA for cfec9a0
etc/adminhtml/menu.xml
@@ -10,20 +10,12 @@
10
resource="Amadeco_OpcacheGui::opcache_gui"
11
/>
12
<add id="Amadeco_OpcacheGui::index_index"
13
- title="OPcache Dashboard"
+ title="PHP OpCache Dashboard"
14
module="Amadeco_OpcacheGui"
15
action="opcache_gui/index/index"
16
resource="Amadeco_OpcacheGui::index_index"
17
parent="Amadeco_OpcacheGui::index_main"
18
sortOrder="10"
19
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
- />
28
</menu>
29
</config>
0 commit comments