mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 20:57:49 -06:00
Add unreachable label if a printer can not be reached inside a cluster
CL-896
This commit is contained in:
parent
7ad2e67074
commit
1b9deb2790
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ Component
|
||||||
if (modelData.state == "disabled")
|
if (modelData.state == "disabled")
|
||||||
{
|
{
|
||||||
return catalog.i18nc("@label", "Not available")
|
return catalog.i18nc("@label", "Not available")
|
||||||
|
} else if (modelData.state == "unreachable")
|
||||||
|
{
|
||||||
|
return catalog.i18nc("@label", "Unreachable")
|
||||||
}
|
}
|
||||||
if (modelData.activePrintJob != null)
|
if (modelData.activePrintJob != null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue