From 1cd02f285d4d778dddfe34024da4b31afdc0afcd Mon Sep 17 00:00:00 2001 From: Paul McGoldrick Date: Thu, 28 Sep 2017 10:36:03 -0700 Subject: initial seed code commit VVP-9 Change-Id: I4d48180db7eba7cb7c299ab618f04d2092868085 Signed-off-by: Paul McGoldrick --- .../app/main/dashboard/overview/overview.html | 212 +++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100755 d2ice.att.io/app/main/dashboard/overview/overview.html (limited to 'd2ice.att.io/app/main/dashboard/overview/overview.html') diff --git a/d2ice.att.io/app/main/dashboard/overview/overview.html b/d2ice.att.io/app/main/dashboard/overview/overview.html new file mode 100755 index 00000000..d1b3fc40 --- /dev/null +++ b/d2ice.att.io/app/main/dashboard/overview/overview.html @@ -0,0 +1,212 @@ + +
+ +
+ + +
+
+ +

+ {{vm.manual_id}}: {{vm.name}} +

+ + + +
+
+ GIT: {{vm.git_repo_url}} + + STORAGE BUCKET: {{vm.storage_bucket_url}} +
+
+ +
+ + +
+ +
+
+
+

Next Steps

+ + Files + + States + + +
+
    +
  • + +
    + +
    +
    + + + {{step.engagement ? (step.last_updater && step.last_updater.full_name || step.creator.full_name) : "System Next Step"}} +  {{step.last_update_type}}:  + + {{(step.last_update_time) | date2: 'EEEE MMMM doo yyyy'}} at {{(step.last_update_time) | date: 'hh:mm' : timeGapLocal }} {{ampm}} {{mom}} +
    +
    +
    +
    +
    + {{(step['due_date']) | date2: 'EEEE MMMM doo yyyy'}} +
      +
    • +
    • +
    + Associated Files + +
    +
    +
  • +

    No next steps matching filtered results.

    +
+
+
+
+
+ Target Completion + +
+
+

{{vm.completion_date | date:'shortDate'}}

+
+
+
+
+ Current Status + +
+
+ +
+
+
+
+ Team Members + +
+ +
+ +
+
Activity Log
+
    +
  • + +
  • +
+
+
+
+
-- cgit