Add icons to command form template

This commit is contained in:
Marius Hein 2013-10-23 11:56:01 +02:00
parent a605956087
commit 685976bb6c
1 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,14 @@
<legend>Affected Objects</legend> <legend>Affected Objects</legend>
<thead> <thead>
<tr> <tr>
<th>{{HOST_ICON}} Host Name</th> <th>
<th>{{SERVICE_ICON}} Service Name</th> <i class="icinga-icon-host"></i>
Host Name
</th>
<th>
<i class="icinga-icon-service"></i>
Service Name
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>