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",