diff --git a/src/www/carp_status.php b/src/www/carp_status.php
index df759b5e1..e0ea98620 100644
--- a/src/www/carp_status.php
+++ b/src/www/carp_status.php
@@ -146,14 +146,14 @@ include("head.inc");
$icon = "";
$intf_status = get_carp_interface_status("{$carp['interface']}_vip{$carp['vhid']}");
if (($carpcount > 0 && !$status)) {
- $icon = "glyphicon glyphicon-remove text-danger";
+ $icon = "fa fa-remove fa-fw text-danger";
$intf_status = "DISABLED";
} elseif ($intf_status == "MASTER") {
- $icon = "fa fa-play text-success";
+ $icon = "fa fa-play fa-fw text-success";
} elseif ($intf_status == "BACKUP") {
- $icon = "fa fa-play text-muted";
+ $icon = "fa fa-play fa-fw text-muted";
} elseif ($intf_status == "INIT") {
- $icon = "glyphicon glyphicon-info-sign";
+ $icon = "fa fa-info-circle fa-fw";
}?>
| =convert_friendly_interface_to_friendly_descr($carp['interface']) . "@{$carp['vhid']}" ;?> |
diff --git a/src/www/diag_ipsec.php b/src/www/diag_ipsec.php
index b693ea006..b31a8a21e 100644
--- a/src/www/diag_ipsec.php
+++ b/src/www/diag_ipsec.php
@@ -159,13 +159,13 @@ include("head.inc");
|
- |
+ |
|
=$lockout_intf_name?> |
TCP |
@@ -299,21 +299,21 @@ $( document ).ready(function() {
- ">
+ ">
|
">
-
+
-
+
-
+
-
+
|
@@ -414,17 +414,17 @@ $( document ).ready(function() {
- " class="act_move btn btn-default btn-xs">
-
+ " class="act_move btn btn-default btn-xs">
+
- " class="btn btn-default btn-xs">
-
+ " class="btn btn-default btn-xs">
+
- " data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
-
+ " data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
+
- ">
-
+ ">
+
|
@@ -435,23 +435,23 @@ $( document ).ready(function() {
|
-
-
+
+
- " class="act_move btn btn-default btn-xs">
-
+ " class="act_move btn btn-default btn-xs">
+
- ">
+ ">
- " data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
-
+ " data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
+
- ">
-
+ ">
+
|
@@ -461,23 +461,23 @@ $( document ).ready(function() {
|
- |
+ |
=gettext("Enabled rule"); ?> |
- |
+ |
=gettext("Disabled rule"); ?> |
- |
+ |
=gettext("No redirect"); ?> |
- |
- =gettext("linked rule");?> |
+ |
+ =gettext("Linked rule");?> |
- |
+ |
=gettext("Alias (click to view/edit)");?> |