Networkwidget: Show bt warning from 20% inclusive.
This commit is contained in:
parent
28925fe2d8
commit
70f6dc40af
|
@ -30,7 +30,7 @@
|
||||||
if [[ "''${_bts}" != "" ]]; then
|
if [[ "''${_bts}" != "" ]]; then
|
||||||
icon=""
|
icon=""
|
||||||
|
|
||||||
if [[ "''${_bt_lowest}" != "" ]] && [[ ''${_bt_lowest} -lt 20 ]]; then
|
if [[ "''${_bt_lowest}" != "" ]] && [[ ''${_bt_lowest} -lt 21 ]]; then
|
||||||
class="btlow"
|
class="btlow"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue