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

Merge pull request #736 from porter-dev/0.4.0-fix-job-header

[0.4.0] Job header timestamp should indicate last template upgrade, not last run
abelanger5 5 лет назад
Родитель
Сommit
b92052fd7c

+ 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>
               <InfoWrapper>
                 <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)}
                 </LastDeployed>
               </InfoWrapper>