mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added Task Mgmt, and framework for Recipes.
This commit is contained in:
parent
3b9a54daf1
commit
947abfb76f
13 changed files with 430 additions and 1 deletions
5
client/AdminMgmt/Tasks/taskHome.html
Normal file
5
client/AdminMgmt/Tasks/taskHome.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template name="taskHome">
|
||||
{{> taskForm}}
|
||||
<hr>
|
||||
{{> taskTbl}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue