Commit 70b7a2af authored by Franco Fichtner's avatar Franco Fichtner

menu: move the crash reporter to firmware / reporter

parent f6d0d580
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
</History> </History>
<Backups url="/diag_backup.php"/> <Backups url="/diag_backup.php"/>
</Configuration> </Configuration>
<CrashReporter order="90" VisibleName="Crash Reporter" url="/crash_reporter.php" cssClass="fa fa-bug fa-fw"/>
<Firmware order="5" cssClass="fa fa-building-o fa-fw"> <Firmware order="5" cssClass="fa fa-building-o fa-fw">
<Updates order="10" url="/ui/core/firmware/"/> <Updates order="10" url="/ui/core/firmware/"/>
<Reboot order="20" url="/reboot.php"/> <Reporter order="20" url="/crash_reporter.php"/>
<Halt order="30" url="/diag_halt.php"/> <Reboot order="30" url="/reboot.php"/>
<Defaults order="40" url="/diag_defaults.php"/> <Halt order="40" url="/diag_halt.php"/>
<Defaults order="50" url="/diag_defaults.php"/>
</Firmware> </Firmware>
<HighAvailability order="50" VisibleName="High Availability" cssClass="fa fa-refresh fa-fw"> <HighAvailability order="50" VisibleName="High Availability" cssClass="fa fa-refresh fa-fw">
<Synchronization url="/system_hasync.php"/> <Synchronization url="/system_hasync.php"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment