Add icons to command form template
This commit is contained in:
parent
a605956087
commit
685976bb6c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue