fixed icons size

This commit is contained in:
gabryon99 2021-05-04 10:39:38 +02:00
parent 994afbaf52
commit e455fbbeca
111 changed files with 122 additions and 122 deletions

View file

@ -24,7 +24,7 @@ local host_alert_dns_server_contacts = classes.class(alert)
host_alert_dns_server_contacts.meta = {
alert_key = host_alert_keys.host_alert_dns_server_contacts,
i18n_title = "alerts_dashboard.host_alert_dns_server_contacts",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_victim = true,
}

View file

@ -24,7 +24,7 @@ local host_alert_dns_traffic = classes.class(alert)
host_alert_dns_traffic.meta = {
alert_key = host_alert_keys.host_alert_dns_traffic,
i18n_title = "alerts_dashboard.threashold_cross",
icon = "fas fa-arrow-circle-up",
icon = "fas fa-fw fa-arrow-circle-up",
}
-- ##############################################

View file

@ -24,7 +24,7 @@ local host_alert_flow_anomaly = classes.class(alert)
host_alert_flow_anomaly.meta = {
alert_key = host_alert_keys.host_alert_flows_anomaly,
i18n_title = "alerts_dashboard.flow_anomaly",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_attacker = true,
}

View file

@ -24,7 +24,7 @@ local host_alert_flow_flood = classes.class(alert)
host_alert_flow_flood.meta = {
alert_key = host_alert_keys.host_alert_flow_flood,
i18n_title = "alerts_dashboard.flow_flood",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_attacker = true,
}

View file

@ -24,7 +24,7 @@ local host_alert_ntp_server_contacts = classes.class(alert)
host_alert_ntp_server_contacts.meta = {
alert_key = host_alert_keys.host_alert_ntp_server_contacts,
i18n_title = "alerts_dashboard.host_alert_ntp_server_contacts",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_victim = true,
}

View file

@ -24,7 +24,7 @@ local host_alert_p2p_traffic = classes.class(alert)
host_alert_p2p_traffic.meta = {
alert_key = host_alert_keys.host_alert_p2p_traffic,
i18n_title = "alerts_dashboard.threashold_cross",
icon = "fas fa-arrow-circle-up",
icon = "fas fa-fw fa-arrow-circle-up",
}
-- ##############################################

View file

@ -23,7 +23,7 @@ local host_alert_remote_connection = classes.class(alert)
host_alert_remote_connection.meta = {
alert_key = host_alert_keys.host_alert_remote_connection,
i18n_title = "alerts_dashboard.remote_connection_title",
icon = "fas fa-info",
icon = "fas fa-fw fa-info",
}
-- ##############################################

View file

@ -24,7 +24,7 @@ local host_alert_score = classes.class(alert)
host_alert_score.meta = {
alert_key = host_alert_keys.host_alert_score,
i18n_title = "alerts_dashboard.threashold_cross",
icon = "fas fa-arrow-circle-up",
icon = "fas fa-fw fa-arrow-circle-up",
}
-- ##############################################

View file

@ -24,7 +24,7 @@ local host_alert_score_anomaly = classes.class(alert)
host_alert_score_anomaly.meta = {
alert_key = host_alert_keys.host_alert_score_anomaly,
i18n_title = "alerts_dashboard.score_anomaly",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_attacker = true,
}

View file

@ -24,7 +24,7 @@ local host_alert_smtp_server_contacts = classes.class(alert)
host_alert_smtp_server_contacts.meta = {
alert_key = host_alert_keys.host_alert_smtp_server_contacts,
i18n_title = "alerts_dashboard.host_alert_smtp_server_contacts",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_victim = true,
}

View file

@ -25,7 +25,7 @@ local alert_tcp_syn_flood = classes.class(alert)
alert_tcp_syn_flood.meta = {
alert_key = host_alert_keys.host_alert_syn_flood,
i18n_title = "alerts_dashboard.tcp_syn_flood",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_attacker = true,
}

View file

@ -24,7 +24,7 @@ local host_alert_tcp_syn_scan = classes.class(alert)
host_alert_tcp_syn_scan.meta = {
alert_key = host_alert_keys.host_alert_syn_scan,
i18n_title = "alerts_dashboard.tcp_syn_scan",
icon = "fas fa-life-ring",
icon = "fas fa-fw fa-life-ring",
has_attacker = true,
}