Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
style and indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Mar 13, 2019
1 parent 3cff4e3 commit 07f83e3
Showing 1 changed file with 38 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,52 @@
<input name="o" value="svc" type="hidden">
{assign var='nbCol' value='4'}
{if $poller_listing}
{assign var='nbCol' value='$nbCol+1'}
{assign var='nbCol' value='$nbCol+1'}
{/if}
<table class="ajaxOption table">
<tbody>
<tr>
<th colspan=""><h5>{t}Filters{/t}</h5></th>
</tr>
<tr>
<td><h4>{$search}</h4></td>
{if $poller_listing}
<tr>
<th colspan=""><h5>{t}Filters{/t}</h5></th>
</tr>
<tr>
<td><h4>{$search}</h4></td>
{if $poller_listing}
<td><h4>{$pollerStr}</h4></td>
{/if}
<td><h4>{$hgStr}</h4></td>
<td><h4>{$typeDisplay}</h4></td>
<td><h4>{$typeDisplay2}</h4></td>
</tr>
<tr>
<td><input size="15" id="host_search" class="search_input" name="host_search" type="text" /></td>
{if $poller_listing}
<td><span id="instance_selected"></span></td>
{/if}
<td><span id="hostgroups_selected">{$form.hg_search.html}</span></td>
<td>{$form.typeDisplay.html}</td>
<td>{$form.typeDisplay2.html}</td>
</tr>
{/if}
<td><h4>{$hgStr}</h4></td>
<td><h4>{$typeDisplay}</h4></td>
<td><h4>{$typeDisplay2}</h4></td>
</tr>
<tr>
<td><input size="15" id="host_search" class="search_input" name="host_search" type="text" /></td>
{if $poller_listing}
<td><span id="instance_selected"></span></td>
{/if}
<td><span id="hostgroups_selected">{$form.hg_search.html}</span></td>
<td>{$form.typeDisplay.html}</td>
<td>{$form.typeDisplay2.html}</td>
</tr>
</tbody>
</table>
<table class="ToolbarTable table">
<tr class="ToolbarTR">
<td>
<div class="Toolbar_TDSelectAction_Top">
<span class="consol_button"><a id="JS_monitoring_refresh" href="#" onclick="javascript:monitoring_refresh('');"><img src='./img/icons/refresh.png' alt='Refresh' title='Refresh'></a></span>
<span class="consol_button"><a id="JS_monitoring_play" class="cachediv" href="#" onclick="javascript:monitoring_play('');"><img src='./img/icons/media_play.png' alt='Play' title='Play'></a></span>
<span class="consol_button"><img id="JS_monitoring_play_gray" src='./img/icons/media_play_gray.png' alt='Play' title='Play'></span>
<span class="consol_button"><a class="" id="JS_monitoring_pause" href="#" onclick="javascript:monitoring_pause('');"><img src='./img/icons/media_pause.png' alt='Pause' title='Pause'></a></span>
<span class="consol_button"><img id="JS_monitoring_pause_gray" class="cachediv" src='./img/icons/media_pause_gray.png' alt='Pause' title='Pause'></span>
<span class="consol_button">
<a id="JS_monitoring_refresh" href="#" onclick="javascript:monitoring_refresh('');">
<img src='./img/icons/refresh.png' alt='Refresh' title='Refresh'></a></span>
<span class="consol_button">
<a id="JS_monitoring_play" class="cachediv" href="#" onclick="javascript:monitoring_play('');">
<img src='./img/icons/media_play.png' alt='Play' title='Play'></a></span>
<span class="consol_button">
<img id="JS_monitoring_play_gray" src='./img/icons/media_play_gray.png' alt='Play' title='Play'>
</span>
<span class="consol_button">
<a class="" id="JS_monitoring_pause" href="#" onclick="javascript:monitoring_pause('');">
<img src='./img/icons/media_pause.png' alt='Pause' title='Pause'></a></span>
<span class="consol_button">
<img id="JS_monitoring_pause_gray" class="cachediv" src='./img/icons/media_pause_gray.png' alt='Pause' title='Pause'>
</span>
</div>
</td>
<td id="pagination1" class="ToolbarPagination"></td>
Expand All @@ -55,11 +65,11 @@
</tr>
</table>
{if $host_name}
<input type='hidden' name='host_name' value='{$host_name}'>
<input type='hidden' name='host_name' value='{$host_name}'>
{/if}
<input name='cmd' id='cmd' value='42' type='hidden'>
<input name='o' value='{$o}' type='hidden'>
<input type='hidden' id='limit' name='limit' value='{$limit}'>
<input type='hidden' id='limit' name='limit' value='{$limit}'>
{$form.hidden}
</form>
<script>
Expand Down

0 comments on commit 07f83e3

Please sign in to comment.