mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
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…
x
Reference in New Issue
Block a user