From 794565c5c47fd3eec471f59cd8df3dc70dd9bdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D1=81=D1=8C=D0=BC=D0=B0=D0=BA=D0=BE=D0=B2=20=D0=94?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=81?= Date: Thu, 5 Mar 2020 18:44:52 +0300 Subject: [PATCH] rename --- .../components/TrafficLight/TrafficLight.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx b/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx index 1bfd2dc..474f580 100644 --- a/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx +++ b/src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx @@ -35,7 +35,7 @@ export default class TrafficLight extends React.Component { result.push( { key: index, - fieldName: "Длительность", + fieldName: "Срок", status: statuses.term }); ++index; @@ -149,10 +149,10 @@ export default class TrafficLight extends React.Component { }, { key: "column3", - name: "Срок", + name: "Длительность", fieldName: "time", - minWidth: 50, - maxWidth: 50 + minWidth: 80, + maxWidth: 80 }, { key: "column4",