bansho/app/components/host/host.html
Vincent Fournier 0ae8c62f60 Improve service page and directives
Change-Id: Ie400740374f0222f20c00610c78a4e5d40c6004f
2015-05-20 11:56:31 -04:00

19 lines
491 B
HTML

<article ng-controller="HostCtrl">
<section class="main__content tabpanel" ng-if="data.live && data.config">
<h1>{{host.config.host_name}}</h1>
<bansho-host-main></bansho-host-main>
<h2>Services</h2>
<bansho-host-services-list></bansho-host-services-list>
<h2>Load</h2>
<bansho-host-load></bansho-host-load>
<h2>Cpu</h2>
<bansho-host-cpu></bansho-host-cpu>
<h2>Info</h2>
<bansho-host-info></bansho-host-info>
</section>
</article>