Merge "Don't trigger danube branch"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / components / pods / pods.html
index e366670..22f2934 100644 (file)
@@ -54,6 +54,7 @@
                     <a href="#" ng-click="showPod = !showPod">{{pod.name}}</a>
                     <div class="show-pod" ng-class="{ 'hidden': ! showPod }" style="margin-left:24px;">
                         <p>
+                            owner: {{pod.owner}}<br>
                             role: {{pod.role}}<br>
                             mode: {{pod.mode}}<br>
                             create_date: {{pod.creation_date}}<br>