From ed64b5edff15e702493df21aa3230b81593e6133 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Fri, 9 Jun 2017 03:19:04 +0300 Subject: [SDC-29] catalog 1707 rebase commit. Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando --- .../app/view-models/workspace/workspace-view.html | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 catalog-ui/src/app/view-models/workspace/workspace-view.html (limited to 'catalog-ui/src/app/view-models/workspace/workspace-view.html') diff --git a/catalog-ui/src/app/view-models/workspace/workspace-view.html b/catalog-ui/src/app/view-models/workspace/workspace-view.html new file mode 100644 index 0000000000..dbb7fa6d63 --- /dev/null +++ b/catalog-ui/src/app/view-models/workspace/workspace-view.html @@ -0,0 +1,78 @@ +
+ +
+ +
+
+ +
+
+ +
+ + +
+
+ + + +
+ +
+
+ {{getStatus()}} +
+ + +
+ +
+ +
+ + Switch to the latest version + + + + + + + + Delete + + Revert + + + + Close + +
+
+ +
Created: {{component.creationDate | date:'MM/dd/yyyy'}}, {{component.creatorFullName}} | Modifed: {{component.lastUpdateDate | date:'MM/dd/yyyy'}} | UUID: {{component.uuid}} Invariant UUID: {{component.invariantUUID}}
+ +
+
+
+ + +
-- cgit 1.2.3-korg