diff --git a/scenes/эмс-тг/эмс-тг.gd b/scenes/эмс-тг/эмс-тг.gd index b26b9819..c4d711b8 100644 --- a/scenes/эмс-тг/эмс-тг.gd +++ b/scenes/эмс-тг/эмс-тг.gd @@ -340,6 +340,9 @@ func _on_timeout_ttl(nm, cname): cls.status = ClasterStatus.DELETED cls.result_rxe = ClasterResult.WAITING cls.result_txe = ClasterResult.WAITING + var ctable: GDTable = $'таблица/сетка' + var indexes: = cnames_table[nm] + map_yems_info_to_table(unit_info, ctable, indexes) var claster_scale: = name_to_scale[nm] as GridContainer map_yems_info_to_scale(unit_info, claster_scale) reset_matrix()