Skip to content

Commit ab5eb84

Browse files
committed
QA: Align Column display with Midwinter
1 parent b41fd72 commit ab5eb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/html.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function html_start_box($title, $width, $div, $cell_padding, $align, $add_url_or
135135
}
136136

137137
if ($showcols) {
138-
print "<span class='cactiFilterColumns' title='" . __esc('Select Columns for Display') . "'><a id='showColumns' href='#'><i class='fa fa-bars threeBars'></i></a></span>";
138+
print "<span class='cactiFilterColumns' title='" . __esc('Select Columns for Display') . "'><a id='showColumns' href='#'><i class='fas fa-table-list threeBars'></i></a></span>";
139139
}
140140

141141
if ($add_url_or_buttons != '' && !is_array($add_url_or_buttons)) {
@@ -526,7 +526,7 @@ function graph_drilldown_icons($local_graph_id, $type = 'graph_buttons', $tree_i
526526
print "<div class='iconWrapper'>";
527527
print "<a class='iconLink utils' href='#' role='link' id='graph_" . $local_graph_id . "_util'><i class='drillDown fa fa-cog actionCog' title='" . __esc('Graph Details, Zooming and Debugging Utilities') . "'></i></a><br>";
528528
print "<a class='iconLink csvexport' href='#' role='link' id='graph_" . $local_graph_id . "_csv'><i class='drillDown fa fa-file-csv fileCSV' title='" . __esc('CSV Export of Graph Data'). "'></i></a><br>";
529-
print "<a class='iconLink mrtg' href='#' role='link' id='graph_" . $local_graph_id . "_mrtg'><i class='drillDown fa fa-bars threeBars' title='" . __esc('Time Graph View'). "'></i></a><br>";
529+
print "<a class='iconLink mrtg' href='#' role='link' id='graph_" . $local_graph_id . "_mrtg'><i class='drillDown fa fas fa-table-list threeBars' title='" . __esc('Time Graph View'). "'></i></a><br>";
530530

531531
if (is_realm_allowed(3)) {
532532
$host_id = db_fetch_cell_prepared('SELECT host_id

0 commit comments

Comments
 (0)