From 13ce0552dc7156b6e3e226c00295705f27780a40 Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 7 Feb 2017 13:11:03 -0500 Subject: actually adding the files to the initial commit Change-Id: I2f0c09692c2ae70be61b8bb552fd1bd2983eb661 Signed-off-by: DR695H --- .../view-models/workflows/workflow-landing.html | 130 +++++++++++++++++++++ .../view-models/workflows/workflow-listing.html | 85 ++++++++++++++ .../view-models/workflows/workflow-new.html | 108 +++++++++++++++++ .../view-models/workflows/workflow-preview.html | 36 ++++++ .../view-models/workflows/workflow-remove.html | 38 ++++++ .../view-models/workflows/workflow-schedule.html | 116 ++++++++++++++++++ 6 files changed, 513 insertions(+) create mode 100644 vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-landing.html create mode 100644 vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-listing.html create mode 100644 vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-new.html create mode 100644 vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-preview.html create mode 100644 vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-remove.html create mode 100644 vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-schedule.html (limited to 'vid/src/main/webapp/app/fusion/scripts/view-models/workflows') diff --git a/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-landing.html b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-landing.html new file mode 100644 index 00000000..2b5e3b60 --- /dev/null +++ b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-landing.html @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+ + diff --git a/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-listing.html b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-listing.html new file mode 100644 index 00000000..ceb88677 --- /dev/null +++ b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-listing.html @@ -0,0 +1,85 @@ + +
+
+
+
+

+

+
+
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IdNameKeyDescriptionWorkflow Server URLViewActiveCreated Created ByActionScheduleEditDelete?
{{workflow.id}}{{workflow.name}}{{workflow.workflowKey}}{{workflow.description}}{{workflow.runLink}}
{{workflow.active}}{{workflow.created}}{{workflow.createdBy}}
+
+ diff --git a/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-new.html b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-new.html new file mode 100644 index 00000000..4622b928 --- /dev/null +++ b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-new.html @@ -0,0 +1,108 @@ + +
+ +
+
+ +
+ + +
+ + +
+ Workflow Name is required !!! +
+ +
+
+ + +
+ +
+ + +
+ Workflow Key is required !!! +
+ +
+
+ + +
+ + +
+ +
+
+ +
+ +
+ +
+ +
+ Run Link is required !!! + Not valid url! +
+ +
+ + + +
+ +
+ + + Active + Inactive + + +
+
+ + +
+
+
+
diff --git a/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-preview.html b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-preview.html new file mode 100644 index 00000000..80fece4e --- /dev/null +++ b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-preview.html @@ -0,0 +1,36 @@ + +
+ +
+
+ +
+ +
+ +
+
+
+
diff --git a/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-remove.html b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-remove.html new file mode 100644 index 00000000..e21efad8 --- /dev/null +++ b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-remove.html @@ -0,0 +1,38 @@ + +
+ +
+
+ +
+ +
+ + +
+
+
+
diff --git a/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-schedule.html b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-schedule.html new file mode 100644 index 00000000..aebc04fb --- /dev/null +++ b/vid/src/main/webapp/app/fusion/scripts/view-models/workflows/workflow-schedule.html @@ -0,0 +1,116 @@ + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + : + + + + + + + +
+ + +
+
+
+ + +Pick a date: + +Hour: + +Minute: +
+
+ +
+
+ + + +
+
+
+
+
+ +
+
+ + +
+
+
+
+ + + +
+
+
-- cgit 1.2.3-korg