Code format hawkbit (#1948)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{{ partial "head" . }}
|
||||
|
||||
{{ if (eq (trim .Site.Params.provider " " | lower) "github") | and (isset .Site.Params "repo_url") }}
|
||||
{{ $repo_id := replace .Site.Params.repo_url "https://github.com/" ""}}
|
||||
{{ .Scratch.Set "repo_id" $repo_id }}
|
||||
{{ $repo_id := replace .Site.Params.repo_url "https://github.com/" ""}}
|
||||
{{ .Scratch.Set "repo_id" $repo_id }}
|
||||
{{ end }}
|
||||
|
||||
<div class="backdrop">
|
||||
<div class="backdrop-paper"></div>
|
||||
</div>
|
||||
|
||||
<input class="toggle" type="checkbox" id="toggle-drawer">
|
||||
<input class="toggle" type="checkbox" id="toggle-search">
|
||||
<input class="toggle" id="toggle-drawer" type="checkbox">
|
||||
<input class="toggle" id="toggle-search" type="checkbox">
|
||||
<label class="toggle-button overlay" for="toggle-drawer"></label>
|
||||
|
||||
<header class="header">
|
||||
@@ -34,7 +34,7 @@
|
||||
edge devices as well as more powerful controllers and gateways connected to IP based networking
|
||||
infrastructure.
|
||||
</p>
|
||||
<img src="images/hawkBit_overview.jpeg" />
|
||||
<img src="images/hawkBit_overview.jpeg"/>
|
||||
<h2>Interfaces</h2>
|
||||
<p>
|
||||
hawkBit offers a direct device integration via HTTP or a device management federation API
|
||||
@@ -63,7 +63,7 @@
|
||||
<div style="margin-left: 50%;">
|
||||
<br/>
|
||||
<br/>
|
||||
<img src="images/rollout.png" />
|
||||
<img src="images/rollout.png"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<div style="width: 100%; overflow: hidden;">
|
||||
<div style="width: 50%; float: left;">
|
||||
<br/>
|
||||
<img src="images/packagemodel.png" />
|
||||
<img src="images/packagemodel.png"/>
|
||||
</div>
|
||||
|
||||
<div style="margin-left: 55%;">
|
||||
@@ -88,7 +88,7 @@
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div class="results" role="status" aria-live="polite">
|
||||
<div aria-live="polite" class="results" role="status">
|
||||
<div class="scrollable">
|
||||
<div class="wrapper">
|
||||
<div class="meta"></div>
|
||||
|
||||
Reference in New Issue
Block a user