From 39bb5a5f601a6642ac3568ca47559002b427cbee Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 27 Nov 2024 11:11:25 +0100 Subject: [PATCH] add assign_task templates --- .../custom-layout/templates/assign_task.html | 409 ++++++++++++++++++ .../custom-layout/templates/assign_task.txt | 19 + 2 files changed, 428 insertions(+) create mode 100644 charts/hub/custom-layout/templates/assign_task.html create mode 100644 charts/hub/custom-layout/templates/assign_task.txt diff --git a/charts/hub/custom-layout/templates/assign_task.html b/charts/hub/custom-layout/templates/assign_task.html new file mode 100644 index 0000000..c62b9d4 --- /dev/null +++ b/charts/hub/custom-layout/templates/assign_task.html @@ -0,0 +1,409 @@ + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
Kerberos.io +

Kerberos.io

+
+ +

{{tab1_title}}

+
+
+ +

{{tab2_title}}

+
+
+
+ + + + +
+ + + + + + + + +
+

Hey, {{assignee}}

+

You have been assigned to a task

+

Task Details:

+
    +
  • Task Name: {{task_name}}
  • +
  • Assigned By: {{user}}
  • +
+ +

View task on kerberos hub

+
+ +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/charts/hub/custom-layout/templates/assign_task.txt b/charts/hub/custom-layout/templates/assign_task.txt new file mode 100644 index 0000000..84374b4 --- /dev/null +++ b/charts/hub/custom-layout/templates/assign_task.txt @@ -0,0 +1,19 @@ +Kerberos.io +------------ + +Hey, {{assignee}} +You have been assigned to a new task on Kerberos Hub. +Task Details: +- Task Name: {{task_name}} +- Assigned By: {{user}} +- Link: {{link}} + +Get in touch +------------ +support@kerberos.io +9000 Ghent, BE +https://kerberos.io + +About Kerberos +------------ +Welcome to the revolutionary video analytics and video management platform. Open, modular, and extensible for everyone, anywhere. \ No newline at end of file