@@ -29,7 +29,7 @@ <h1 id="buttons"><span class="glyphicon glyphicon-import"></span> Dockership</h1
29
29
< div class ="panel-heading ">
30
30
< b > {{p.Project.Name}}</ b >
31
31
< span class ="label label-info ">
32
- {{p.Project.Owner}}/{{p.Project. Repository}}
32
+ {{p.Project.Repository}}
33
33
</ span >
34
34
< span class ="label label-info ">
35
35
{{p.Project.Branch}}
@@ -40,8 +40,8 @@ <h1 id="buttons"><span class="glyphicon glyphicon-import"></span> Dockership</h1
40
40
< thead >
41
41
< tr >
42
42
< th class ="col-md-2 "> Enviroment</ th >
43
- < th class ="col-md-2 "> Last Commit </ th >
44
- < th class ="col-md-2 "> Running Commit </ th >
43
+ < th class ="col-md-2 "> Last Revision </ th >
44
+ < th class ="col-md-2 "> Running Revision </ th >
45
45
< th class ="col-md-2 "> Server</ th >
46
46
< th class ="col-md-2 "> Containers</ th >
47
47
< th class ="col-md-2 "> Status</ th >
@@ -53,7 +53,7 @@ <h1 id="buttons"><span class="glyphicon glyphicon-import"></span> Dockership</h1
53
53
s.RunningContainers.length == 0 ? 'danger' : isDeployable(s) ? 'warning': '' ">
54
54
< td > < b > {{s.Enviroment.Name}}</ b >
55
55
</ td >
56
- < td > {{s.LastCommit .slice(0,12)}}</ td >
56
+ < td > {{s.LastRevisionLabel .slice(0,12)}}</ td >
57
57
< td > {{s.RunningContainers[0].Image.split(':')[1]}}</ td >
58
58
< td > {{s.Enviroment.DockerEndPoint.slice(7, s.Enviroment.DockerEndPoint.length)}}</ td >
59
59
< td >
@@ -82,7 +82,7 @@ <h1 id="buttons"><span class="glyphicon glyphicon-import"></span> Dockership</h1
82
82
ng-click ="openDeploy(p, s.Enviroment) "
83
83
class ="btn btn-primary btn-xs ">
84
84
< span class ="glyphicon glyphicon-import "> </ span >
85
- Deploy {{s.LastCommit .slice(0,12)}}
85
+ Deploy {{s.LastRevisionLabel .slice(0,12)}}
86
86
</ button >
87
87
</ td >
88
88
</ tr >
@@ -102,7 +102,7 @@ <h3 class="modal-title">Containers <b>{{project.Name}}</b></h3>
102
102
< table class = "table" >
103
103
< thead >
104
104
< tr >
105
- < th class = "col-md-2" > Commit </ th >
105
+ < th class = "col-md-2" > Revision </ th >
106
106
< th class = "col-md-2" > Container ID</ th >
107
107
< th class = "col-md-2" > Created</ th >
108
108
< th class = "col-md-2" > Command</ th >
@@ -135,7 +135,7 @@ <h3 class="modal-title">Containers <b>{{project.Name}}</b></h3>
135
135
< h3 class = "modal-title" >
136
136
Deploying < b > { { project. Project . Name } } </ b > @ < b > { { enviroment . Name} } </ b >
137
137
< small >
138
- Commit < b > { { project. Status [ enviroment . Name ] . LastCommit } } </ b >
138
+ Revision < b > { { project. Status [ enviroment . Name ] . LastRevisionLabel } } </ b >
139
139
</ small >
140
140
</ h3 >
141
141
</ div >
0 commit comments