Thibault Cohen 9f483b442a Add css on service status page and add light theme
Change-Id: Iaa6af5b5aafb97a058ab03ae3e02c653252e68c5
2015-06-02 09:19:13 -04:00

8 lines
294 B
HTML

<div ng-controller="ServiceMainCtrl" class="subcomponent__live subcomponent__title">
<h1>{{service.service_description}}
<span class="subtitle">
<a class="data-table__data" href="#/view?view=host&host_name={{service.host_name}}">{{service.host_name}}</a>
</span>
</h1>
</div>