summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-09-16 03:12:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-16 03:12:42 +0000
commit7063d8ea965d35b3c3afd0b9915fdb5bbc009fdf (patch)
treed0753fb2a69c62836a096eaa8107c4e98c8f39e7 /utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html
parent3a8613bbb2278b2c65073c0445ec2313d291cf36 (diff)
parentd3d8b624e4f7056910f2639f2ed9f5e66a79307f (diff)
Merge "leverage LFID authentication to pod creation"
Diffstat (limited to 'utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html')
-rw-r--r--utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html b/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html
index e366670a9..22f29347b 100644
--- a/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html
+++ b/utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html
@@ -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>