diff options
Diffstat (limited to 'src/main/webapp/apps/jenkinsApp/job.html')
-rwxr-xr-x | src/main/webapp/apps/jenkinsApp/job.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/apps/jenkinsApp/job.html b/src/main/webapp/apps/jenkinsApp/job.html index 6ee7af0..027748a 100755 --- a/src/main/webapp/apps/jenkinsApp/job.html +++ b/src/main/webapp/apps/jenkinsApp/job.html @@ -16,11 +16,11 @@ <tbody> <tr> <th>URL</th> - <td><a href="{{job.displayName}}">{{job.displayName}}</a></td> + <td><a href="{{details.job.displayName}}">{{details.job.displayName}}</a></td> </tr> <tr> <th>Build count</th> - <td>{{job.buildCount}}</td> + <td>{{details.buildCount}}</td> </tr> </tbody> </table> |