Skip to content

Commit d1646c5

Browse files
committed
Fixing deployment detail status field name
1 parent d2267f9 commit d1646c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/frontend/deploymentdetail/deploymentinfo.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
<kd-info-card-section>
3333
<kd-info-card-entry title="Status">
34-
{{::$ctrl.deployment.status.updated}} updated,
35-
{{::$ctrl.deployment.status.replicas}} total,
36-
{{::$ctrl.deployment.status.available}} available,
37-
{{::$ctrl.deployment.status.unavailable}} unavailable
34+
{{::$ctrl.deployment.statusInfo.updated}} updated,
35+
{{::$ctrl.deployment.statusInfo.replicas}} total,
36+
{{::$ctrl.deployment.statusInfo.available}} available,
37+
{{::$ctrl.deployment.statusInfo.unavailable}} unavailable
3838
</kd-info-card-entry>
3939
<kd-info-card-entry title="New Replica Set">
4040
<kd-middle-ellipsis display-string="{{$ctrl.deployment.newReplicaSet.objectMeta.name}}">

0 commit comments

Comments
 (0)