mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-1752 Add reboot-required substatus alarm
This commit is contained in:
parent
14713f2339
commit
d26af21ee1
@ -30,7 +30,7 @@
|
|||||||
inkscape:zoom="6.5977991"
|
inkscape:zoom="6.5977991"
|
||||||
inkscape:cx="55.083588"
|
inkscape:cx="55.083588"
|
||||||
inkscape:cy="24.071773"
|
inkscape:cy="24.071773"
|
||||||
inkscape:current-layer="foreground"
|
inkscape:current-layer="layer45"
|
||||||
id="namedview3608"
|
id="namedview3608"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:window-width="1280"
|
inkscape:window-width="1280"
|
||||||
@ -1671,11 +1671,25 @@
|
|||||||
inkscape:label="#rect4550"
|
inkscape:label="#rect4550"
|
||||||
rx="1.2054718" />
|
rx="1.2054718" />
|
||||||
</g>
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer45"
|
||||||
|
inkscape:label="BootFault-RebootRequired">
|
||||||
|
<rect
|
||||||
|
style="fill:#d40000;fill-opacity:1;stroke:none;display:inline"
|
||||||
|
id="BootFault-RebootRequired"
|
||||||
|
width="13.110236"
|
||||||
|
height="10.107105"
|
||||||
|
x="80.806435"
|
||||||
|
y="51.972187"
|
||||||
|
ry="0.98050147"
|
||||||
|
inkscape:label="#rect4550-8-1-4-21-1" />
|
||||||
|
</g>
|
||||||
<g
|
<g
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer43"
|
id="layer43"
|
||||||
inkscape:label="SystemConfiguration-FlightMode"
|
inkscape:label="SystemConfiguration-FlightMode"
|
||||||
style="display:none">
|
style="display:inline">
|
||||||
<rect
|
<rect
|
||||||
style="fill:#d40000;fill-opacity:1;stroke:none;display:inline"
|
style="fill:#d40000;fill-opacity:1;stroke:none;display:inline"
|
||||||
id="SystemConfiguration-FlightMode"
|
id="SystemConfiguration-FlightMode"
|
||||||
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 109 KiB |
@ -0,0 +1,13 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title></title>
|
||||||
|
<meta content="">
|
||||||
|
<style></style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>System Alarm</h1>
|
||||||
|
<p>
|
||||||
|
Reboot is required !!!
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,13 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title></title>
|
||||||
|
<meta content="">
|
||||||
|
<style></style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Alarme Système</h1>
|
||||||
|
<p>
|
||||||
|
Un redémarrage est nécessaire !!!
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -33,6 +33,7 @@
|
|||||||
<file>html/Stabilization-Critical.html</file>
|
<file>html/Stabilization-Critical.html</file>
|
||||||
<file>html/SystemConfiguration-UnsupportedConfig_OneShot.html</file>
|
<file>html/SystemConfiguration-UnsupportedConfig_OneShot.html</file>
|
||||||
<file>html/SystemConfiguration-FlightMode.html</file>
|
<file>html/SystemConfiguration-FlightMode.html</file>
|
||||||
|
<file>html/BootFault-RebootRequired.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/systemhealth" lang="fr">
|
<qresource prefix="/systemhealth" lang="fr">
|
||||||
<file alias="html/Actuator-Critical.html">html/fr/Actuator-Critical.html</file>
|
<file alias="html/Actuator-Critical.html">html/fr/Actuator-Critical.html</file>
|
||||||
@ -68,6 +69,7 @@
|
|||||||
<file alias="html/Stabilization-Critical.html">html/fr/Stabilization-Critical.html</file>
|
<file alias="html/Stabilization-Critical.html">html/fr/Stabilization-Critical.html</file>
|
||||||
<file alias="html/SystemConfiguration-UnsupportedConfig_OneShot.html">html/fr/SystemConfiguration-UnsupportedConfig_OneShot.html</file>
|
<file alias="html/SystemConfiguration-UnsupportedConfig_OneShot.html">html/fr/SystemConfiguration-UnsupportedConfig_OneShot.html</file>
|
||||||
<file alias="html/SystemConfiguration-FlightMode.html">html/fr/SystemConfiguration-FlightMode.html</file>
|
<file alias="html/SystemConfiguration-FlightMode.html">html/fr/SystemConfiguration-FlightMode.html</file>
|
||||||
|
<file alias="html/BootFault-RebootRequired.html">html/fr/BootFault-RebootRequired.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
Reference in New Issue
Block a user