Add mocks for service request, sync information to dashboard
Should have been split, but I had commit challenges
This commit is contained in:
parent
eb52b36f45
commit
31ca1a2f45
13 changed files with 2145 additions and 20 deletions
|
|
@ -3,8 +3,14 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- Bootstrap CSS -->
|
||||
<title>{{template "title" .}} - Nidus Sync</title>
|
||||
<link href="/static/vendor/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Bootstrap Icons -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||
<script>
|
||||
{{block "script" .}} {{end}}
|
||||
</script>
|
||||
<style>
|
||||
{{template "style" .}}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue