File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
app/scripts/modules/netflix/instance/titus Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ <h3 select-on-dbl-click>
71
71
< dd > < account-tag account ="instance.account " pad ="right "> </ account-tag > </ dd >
72
72
< dt > Region</ dt >
73
73
< dd > {{instance.placement.region}}</ dd >
74
+ < dt > Host</ dt >
75
+ < dd > {{instance.placement.host}}</ dd >
76
+ < dt ng-if ="instance.resources.ports && ctrl.hasPorts() "> Port(s)</ dt >
77
+ < dd ng-if ="instance.resources.ports && ctrl.hasPorts() ">
78
+ < div ng-repeat ="(key, val) in instance.resources.ports ">
79
+ {{key}} -> {{val}}
80
+ </ div >
81
+ </ dd >
74
82
< dt ng-if ="instance.placement.containerIp "> Container IP</ dt >
75
83
< dd ng-if ="instance.placement.containerIp "> {{instance.placement.containerIp}}
76
84
< copy-to-clipboard
@@ -79,12 +87,6 @@ <h3 select-on-dbl-click>
79
87
tool-tip ="Copy container IP clipboard ">
80
88
</ copy-to-clipboard >
81
89
</ dd >
82
- < dt ng-if ="instance.resources.ports && ctrl.hasPorts() "> Port(s)</ dt >
83
- < dd ng-if ="instance.resources.ports && ctrl.hasPorts() ">
84
- < div ng-repeat ="(key, val) in instance.resources.ports ">
85
- {{key}} -> {{val}}
86
- </ div >
87
- </ dd >
88
90
</ dl >
89
91
</ collapsible-section >
90
92
< collapsible-section heading ="Task Resources " expanded ="true ">
You can’t perform that action at this time.
0 commit comments