From 7f623d269e76c3c720891e90a015db2b7f544d10 Mon Sep 17 00:00:00 2001 From: raghavendracharik Date: Wed, 20 Jul 2016 04:10:13 -0700 Subject: Implementation of testcase/pod declaration dashboard for adding tescases JIRA: FUNCTEST-26 Change-Id: Iceb1c54ba8c245d43cc553533fdf4fd3284c7132 Signed-off-by: raghavendracharik --- declaration/index.php | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 declaration/index.php (limited to 'declaration/index.php') diff --git a/declaration/index.php b/declaration/index.php new file mode 100644 index 0000000..b2c5d03 --- /dev/null +++ b/declaration/index.php @@ -0,0 +1,221 @@ + + + + OPNFV DashBoard + + + + + + + + + + +
+

OPNFV DASHBOARD:

+
+ +
+
+ + + + + + + + + + + pods; + $i=1; + foreach ( $pods as $pod ){ + + $column_str=""; + $column_str=""; + $column_str=$column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + echo $column_str; + $i=$i+1; + } + ?> +
#Pod NameCreation DateRoleMode
".$i."".$pod->name."".$pod->creation_date."".$pod->role."".$pod->mode."
+
+
+ + + + + + + + + projects; + $i=0; + foreach ( $projects as $project ){ + + $column_str=""; + $column_str=""; + $column_str=$column_str.""; + $column_str= $column_str.""; + $column_str= $column_str.""; + echo $column_str; + $i=$i+1; + } +?> +
#ProjectCreation Date
".$i."".$project->name."".$project->creation_date."
+
+
+
+ + +
+
+ +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+
+ + -- cgit 1.2.3-korg