mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-25 13:46:07 +02:00
Add templates and custom urls for monitoring views
This commit is contained in:
10
templates/home.html
Normal file
10
templates/home.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{define "content"}}
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<ul>
|
||||
<li><a href="/monitoring/jobs/">jobs</a></li>
|
||||
<li><a href="/monitoring/users/">users</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user