Add icons to command form template
This commit is contained in:
parent
a605956087
commit
685976bb6c
|
@ -4,8 +4,14 @@
|
|||
<legend>Affected Objects</legend>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{HOST_ICON}} Host Name</th>
|
||||
<th>{{SERVICE_ICON}} Service Name</th>
|
||||
<th>
|
||||
<i class="icinga-icon-host"></i>
|
||||
Host Name
|
||||
</th>
|
||||
<th>
|
||||
<i class="icinga-icon-service"></i>
|
||||
Service Name
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue