From 055158a5d38e70ca11bcb62085ad738e6ac3581a Mon Sep 17 00:00:00 2001 From: To-om Date: Mon, 19 Oct 2020 11:12:50 +0200 Subject: [PATCH] #1474 Add dashboard operation in flow --- frontend/app/views/directives/flow/dashboard.html | 14 ++++++++++++++ frontend/app/views/directives/flow/flow.html | 1 + 2 files changed, 15 insertions(+) create mode 100644 frontend/app/views/directives/flow/dashboard.html diff --git a/frontend/app/views/directives/flow/dashboard.html b/frontend/app/views/directives/flow/dashboard.html new file mode 100644 index 0000000000..bd4111eb82 --- /dev/null +++ b/frontend/app/views/directives/flow/dashboard.html @@ -0,0 +1,14 @@ +
+
+ + {{base.details.title}} +
+ +
+ Dashboard {{base.details.title}} added +
+ +
+ Dashboard {{base.details.title}} removed +
+
diff --git a/frontend/app/views/directives/flow/flow.html b/frontend/app/views/directives/flow/flow.html index 508bc5326a..03a9bab26b 100644 --- a/frontend/app/views/directives/flow/flow.html +++ b/frontend/app/views/directives/flow/flow.html @@ -10,5 +10,6 @@ +