Added authorization server and backup of JSReport config. IO-585

This commit is contained in:
Patrick Fic
2021-01-07 10:10:55 -08:00
parent bf507821c0
commit 3da3fb96e2
36 changed files with 20037 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Starter Template",
"recipe": "html",
"shortid": "dbHQiFF9aR",
"engine": "handlebars",
"chrome": {
"printBackground": true
},
"creationDate": {
"$$date": 1609983284287
},
"modificationDate": {
"$$date": 1609983513111
},
"data": null,
"scripts": [],
"inheritedReadPermissions": [],
"inheritedEditPermissions": [],
"_id": "slk6YH0reas7fIJh",
"$entitySet": "templates"
}

View File

@@ -0,0 +1,15 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style>
{#asset _globals/styles.css @encoding=utf8}
</style>
</head>
<body>
<div class="container">
<div>{#asset {{headerpath}}}</div>
<span>This is a basic template</span>
</div>
</body>
</html>

View File

@@ -0,0 +1 @@
{#asset _globals/helpers.js @encoding=utf8}