Skip to content

Commit

Permalink
Add a initialization success alert (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianfalcone authored and jak-atx committed Aug 22, 2017
1 parent e9cb434 commit f4f1813
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions installer/fileserver/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
</div>
</div>
{{ end }}
{{if .InitSuccessFeedback }}
<div id="feedback-alert" class="alert alert-success">
<div class="alert-item">
<span class="alert-text">{{ .InitSuccessFeedback }}</span>
</div>
</div>
{{ end }}
<div class="row flex-items-xs-middle my-1">
<div class="col-xs"></div>
<div class="col-xs">
Expand Down

0 comments on commit f4f1813

Please sign in to comment.