Просмотр исходного кода

Merge pull request #737 from porter-dev/master

Job header clarity -> staging
abelanger5 5 лет назад
Родитель
Сommit
c357752a01

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

@@ -554,7 +554,7 @@ export default class ExpandedJobChart extends Component<PropsType, StateType> {
               </Title>
               </Title>
               <InfoWrapper>
               <InfoWrapper>
                 <LastDeployed>
                 <LastDeployed>
-                  Run {this.state.jobs.length} times <Dot>•</Dot>Last run
+                  Run {this.state.jobs.length} times <Dot>•</Dot>Last template update at
                   {" " + this.readableDate(chart.info.last_deployed)}
                   {" " + this.readableDate(chart.info.last_deployed)}
                 </LastDeployed>
                 </LastDeployed>
               </InfoWrapper>
               </InfoWrapper>