We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f1a06 + b2a00a3 commit e0a1d45Copy full SHA for e0a1d45
app/code/community/Hackathon/MageMonitoring/etc/config.xml
@@ -25,7 +25,7 @@
25
<Hackathon_MageMonitoring>
26
<version>2.1.3</version>
27
<depends>
28
- <Mage_Adminhtml />
+ <Mage_Adminhtml/>
29
</depends>
30
</Hackathon_MageMonitoring>
31
</modules>
@@ -147,8 +147,6 @@
147
</admin>
148
149
150
-
151
152
<adminhtml>
153
<layout>
154
<updates>
@@ -184,6 +182,14 @@
184
182
185
183
<default>
186
<magemonitoring>
+ <widgets>
+ <Hackathon_MageMonitoring_Model_Widget_System_Watchdog>
187
+ <dogs>
188
+ <disabled>1</disabled>
189
+ </dogs>
190
+ </Hackathon_MageMonitoring_Model_Widget_System_Watchdog>
191
+ </widgets>
192
+
193
<tabs>
194
<health_check>
195
<label>Health Check</label>
0 commit comments