summaryrefslogtreecommitdiffstats
path: root/management-interface/views/home.htm
blob: f2cadd0a59447407a5e436c7527bcaedc797797a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
    <div class="container">

      <div class="jumbotron">
	<p>Hello {{ @username }}!<p>
	<check if="{{ @loggedin }}">
	<p>Status of server is: <check if="{{ @serverstatus }}"><true><span class="bg-success">online</span></true><false><span class="bg-danger">offline</span></false></check></p>
	</check>
      </div>

    </div> <!-- /container -->