mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Forgot tmpl
This commit is contained in:
parent
9afb6dc933
commit
1761754865
@ -1,18 +1,8 @@
|
|||||||
{{define "navigation"}}
|
|
||||||
<header>
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top bg-light">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="/">
|
|
||||||
<img style="height: 30px;" alt="ClusterCockpit Logo" src="/img/logo.png" class="d-inline-block align-top">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
{{end}}
|
|
||||||
|
|
||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
<h2>{{.Title}}</h2>
|
||||||
<div class="alert {{.MsgType}}" role="alert">
|
<div class="alert {{.MsgType}}" role="alert">
|
||||||
{{.Message}}
|
{{.Message}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user