mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
fixed icons size
This commit is contained in:
parent
994afbaf52
commit
e455fbbeca
111 changed files with 122 additions and 122 deletions
|
|
@ -20,7 +20,7 @@ local alert_am_threshold_cross = classes.class(alert)
|
|||
alert_am_threshold_cross.meta = {
|
||||
alert_key = other_alert_keys.alert_am_threshold_cross,
|
||||
i18n_title = "graphs.active_monitoring",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_broadcast_domain_too_large = classes.class(alert)
|
|||
alert_broadcast_domain_too_large.meta = {
|
||||
alert_key = other_alert_keys.alert_broadcast_domain_too_large,
|
||||
i18n_title = "alerts_dashboard.broadcast_domain_too_large",
|
||||
icon = "fas fa-sitemap",
|
||||
icon = "fas fa-fw fa-sitemap",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ local alert_contacts_anomaly = classes.class(alert)
|
|||
alert_contacts_anomaly.meta = {
|
||||
alert_key = other_alert_keys.alert_contacts_anomaly,
|
||||
i18n_title = "alerts_dashboard.unexpected_host_behaviour_contacts_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_device_connection = classes.class(alert)
|
|||
alert_device_connection.meta = {
|
||||
alert_key = other_alert_keys.alert_device_connection,
|
||||
i18n_title = "alerts_dashboard.device_connection",
|
||||
icon = "fas fa-sign-in",
|
||||
icon = "fas fa-fw fa-sign-in",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_device_disconnection = classes.class(alert)
|
|||
alert_device_disconnection.meta = {
|
||||
alert_key = other_alert_keys.alert_device_disconnection,
|
||||
i18n_title = "alerts_dashboard.device_disconnection",
|
||||
icon = "fas fa-sign-out",
|
||||
icon = "fas fa-fw fa-sign-out",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_dropped_alerts = classes.class(alert)
|
|||
alert_dropped_alerts.meta = {
|
||||
alert_key = other_alert_keys.alert_dropped_alerts,
|
||||
i18n_title = i18n("show_alerts.dropped_alerts"),
|
||||
icon = "fas fa-exclamation-triangle",
|
||||
icon = "fas fa-fw fa-exclamation-triangle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_excessive_traffic = classes.class(alert)
|
|||
alert_excessive_traffic.meta = {
|
||||
alert_key = other_alert_keys.alert_excessive_traffic,
|
||||
i18n_title = "excessive_traffic.title",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_fail2ban_executed = classes.class(alert)
|
|||
alert_fail2ban_executed.meta = {
|
||||
alert_key = other_alert_keys.alert_fail2ban_executed,
|
||||
i18n_title = "alerts_dashboard.fail2ban",
|
||||
icon = "fas fa-info-circle",
|
||||
icon = "fas fa-fw fa-info-circle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_flow_flood_victim = classes.class(alert)
|
|||
alert_flow_flood_victim.meta = {
|
||||
alert_key = other_alert_keys.alert_flow_flood_victim,
|
||||
i18n_title = "alerts_dashboard.flow_flood_victim",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ghost_network = classes.class(alert)
|
|||
alert_ghost_network.meta = {
|
||||
alert_key = other_alert_keys.alert_ghost_network,
|
||||
i18n_title = "alerts_dashboard.ghost_network_detected",
|
||||
icon = "fas fa-ghost",
|
||||
icon = "fas fa-fw fa-ghost",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_host_pool_connection = classes.class(alert)
|
|||
alert_host_pool_connection.meta = {
|
||||
alert_key = other_alert_keys.alert_host_pool_connection,
|
||||
i18n_title = "alerts_dashboard.host_pool_connection",
|
||||
icon = "fas fa-sign-in",
|
||||
icon = "fas fa-fw fa-sign-in",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_host_pool_disconnection = classes.class(alert)
|
|||
alert_host_pool_disconnection.meta = {
|
||||
alert_key = other_alert_keys.alert_host_pool_disconnection,
|
||||
i18n_title = "alerts_dashboard.host_pool_disconnection",
|
||||
icon = "fas fa-sign-out",
|
||||
icon = "fas fa-fw fa-sign-out",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_influxdb_error = classes.class(alert)
|
|||
alert_influxdb_error.meta = {
|
||||
alert_key = other_alert_keys.alert_influxdb_error,
|
||||
i18n_title = "alerts_dashboard.influxdb_error",
|
||||
icon = "fas fa-database",
|
||||
icon = "fas fa-fw fa-database",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_influxdb_export_failure = classes.class(alert)
|
|||
alert_influxdb_export_failure.meta = {
|
||||
alert_key = other_alert_keys.alert_influxdb_export_failure,
|
||||
i18n_title = "alerts_dashboard.influxdb_export_failure",
|
||||
icon = "fas fa-database",
|
||||
icon = "fas fa-fw fa-database",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_ip_outsite_dhcp_range = classes.class(alert)
|
|||
alert_ip_outsite_dhcp_range.meta = {
|
||||
alert_key = other_alert_keys.alert_ip_outsite_dhcp_range,
|
||||
i18n_title = "alerts_dashboard.misconfigured_dhcp_range",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_lateral_movement = classes.class(alert)
|
|||
alert_lateral_movement.meta = {
|
||||
alert_key = other_alert_keys.alert_lateral_movement,
|
||||
i18n_title = "alerts_dashboard.lateral_movement",
|
||||
icon = "fas fa-arrows-alt-h",
|
||||
icon = "fas fa-fw fa-arrows-alt-h",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
@ -51,7 +51,7 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
|
|||
local server = {host = msg.dhost, vlan = vlan_id}
|
||||
|
||||
local rsp = hostinfo2detailshref(client, nil, hostinfo2label(client))..
|
||||
" <i class=\"fas fa-exchange-alt fa-lg\" aria-hidden=\"true\" data-original-title=\"\" title=\"\"></i> " ..
|
||||
" <i class=\"fas fa-fw fa-exchange-alt fa-lg\" aria-hidden=\"true\" data-original-title=\"\" title=\"\"></i> " ..
|
||||
hostinfo2detailshref(server, nil, hostinfo2label(server))
|
||||
|
||||
rsp = rsp .. " ["..interface.getnDPIProtoName(msg.l7).."]"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_list_download_failed = classes.class(alert)
|
|||
alert_list_download_failed.meta = {
|
||||
alert_key = other_alert_keys.alert_list_download_failed,
|
||||
i18n_title = "alerts_dashboard.list_download_failed",
|
||||
icon = "fas fa-sticky-note",
|
||||
icon = "fas fa-fw fa-sticky-note",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_list_download_succeeded = classes.class(alert)
|
|||
alert_list_download_succeeded.meta = {
|
||||
alert_key = other_alert_keys.alert_list_download_succeeded,
|
||||
i18n_title = "alerts_dashboard.list_download_succeeded",
|
||||
icon = "fas fa-sticky-note",
|
||||
icon = "fas fa-fw fa-sticky-note",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_login_failed = classes.class(alert)
|
|||
alert_login_failed.meta = {
|
||||
alert_key = other_alert_keys.alert_login_failed,
|
||||
i18n_title = "alerts_dashboard.login_failed",
|
||||
icon = "fas fa-sign-in",
|
||||
icon = "fas fa-fw fa-sign-in",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_mac_ip_association_change = classes.class(alert)
|
|||
alert_mac_ip_association_change.meta = {
|
||||
alert_key = other_alert_keys.alert_mac_ip_association_change,
|
||||
i18n_title = "alerts_dashboard.mac_ip_association_change",
|
||||
icon = "fas fa-exchange-alt",
|
||||
icon = "fas fa-fw fa-exchange-alt",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_misconfigured_app = classes.class(alert)
|
|||
alert_misconfigured_app.meta = {
|
||||
alert_key = other_alert_keys.alert_misconfigured_app,
|
||||
i18n_title = "alerts_dashboard.misconfigured_app",
|
||||
icon = "fas fa-cog",
|
||||
icon = "fas fa-fw fa-cog",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_nfq_flushed = classes.class(alert)
|
|||
alert_nfq_flushed.meta = {
|
||||
alert_key = other_alert_keys.alert_nfq_flushed,
|
||||
i18n_title = "alerts_dashboard.nfq_flushed",
|
||||
icon = "fas fa-angle-double-down",
|
||||
icon = "fas fa-fw fa-angle-double-down",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ngi_trust_event = classes.class(alert)
|
|||
alert_ngi_trust_event.meta = {
|
||||
alert_key = other_alert_keys.alert_ngi_trust_event,
|
||||
i18n_title = "alerts_dashboard.ngi_trust_event",
|
||||
icon = "fas fa-home",
|
||||
icon = "fas fa-fw fa-home",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_no_if_activity = classes.class(alert)
|
|||
alert_no_if_activity.meta = {
|
||||
alert_key = other_alert_keys.alert_no_if_activity,
|
||||
i18n_title = "no_if_activity.alert_no_activity_title",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_periodic_activity_not_executed = classes.class(alert)
|
|||
alert_periodic_activity_not_executed.meta = {
|
||||
alert_key = other_alert_keys.alert_periodic_activity_not_executed,
|
||||
i18n_title = "alerts_dashboard.periodic_activity_not_executed",
|
||||
icon = "fas fa-undo",
|
||||
icon = "fas fa-fw fa-undo",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_periodicity_update = classes.class(alert)
|
|||
alert_periodicity_update.meta = {
|
||||
alert_key = other_alert_keys.alert_periodicity_update,
|
||||
i18n_title = "alerts_dashboard.alert_periodicity_update",
|
||||
icon = "fas fa-arrows-alt-h",
|
||||
icon = "fas fa-fw fa-arrows-alt-h",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_duplexstatus_change = classes.class(alert)
|
|||
alert_port_duplexstatus_change.meta = {
|
||||
alert_key = other_alert_keys.alert_port_duplexstatus_change,
|
||||
i18n_title = "alerts_dashboard.snmp_port_duplexstatus_change",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_errors = classes.class(alert)
|
|||
alert_port_errors.meta = {
|
||||
alert_key = other_alert_keys.alert_port_errors,
|
||||
i18n_title = "alerts_dashboard.snmp_port_errors",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_load_threshold_exceeded = classes.class(alert)
|
|||
alert_port_load_threshold_exceeded.meta = {
|
||||
alert_key = other_alert_keys.alert_port_load_threshold_exceeded,
|
||||
i18n_title = "alerts_dashboard.snmp_port_load_threshold_exceeded",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_mac_changed = classes.class(alert)
|
|||
alert_port_mac_changed.meta = {
|
||||
alert_key = other_alert_keys.alert_port_mac_changed,
|
||||
i18n_title = "alerts_dashboard.alert_snmp_interface_mac_changed_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_status_change = classes.class(alert)
|
|||
alert_port_status_change.meta = {
|
||||
alert_key = other_alert_keys.alert_port_status_change,
|
||||
i18n_title = "alerts_dashboard.snmp_port_status_change",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_process_notification = classes.class(alert)
|
|||
alert_process_notification.meta = {
|
||||
alert_key = other_alert_keys.alert_process_notification,
|
||||
i18n_title = "alerts_dashboard.process",
|
||||
icon = "fas fa-truck",
|
||||
icon = "fas fa-fw fa-truck",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_quota_exceeded = classes.class(alert)
|
|||
alert_quota_exceeded.meta = {
|
||||
alert_key = other_alert_keys.alert_quota_exceeded,
|
||||
i18n_title = "alerts_dashboard.quota_exceeded",
|
||||
icon = "fas fa-thermometer-full",
|
||||
icon = "fas fa-fw fa-thermometer-full",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_shell_script_executed = classes.class(alert)
|
|||
alert_shell_script_executed.meta = {
|
||||
alert_key = other_alert_keys.alert_shell_script_executed,
|
||||
i18n_title = "alerts_dashboard.shell_script",
|
||||
icon = "fas fa-info-circle",
|
||||
icon = "fas fa-fw fa-info-circle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_slow_periodic_activity = classes.class(alert)
|
|||
alert_slow_periodic_activity.meta = {
|
||||
alert_key = other_alert_keys.alert_slow_periodic_activity,
|
||||
i18n_title = "alerts_dashboard.slow_periodic_activity",
|
||||
icon = "fas fa-undo",
|
||||
icon = "fas fa-fw fa-undo",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_slow_purge = classes.class(alert)
|
|||
alert_slow_purge.meta = {
|
||||
alert_key = other_alert_keys.alert_slow_purge,
|
||||
i18n_title = "alerts_dashboard.slow_purge",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_snmp_device_reset = classes.class(alert)
|
|||
alert_snmp_device_reset.meta = {
|
||||
alert_key = other_alert_keys.alert_snmp_device_reset,
|
||||
i18n_title = "alerts_dashboard.alert_snmp_device_reset_title",
|
||||
icon = "fas fa-power-off",
|
||||
icon = "fas fa-fw fa-power-off",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_snmp_topology_changed = classes.class(alert)
|
|||
alert_snmp_topology_changed.meta = {
|
||||
alert_key = other_alert_keys.alert_snmp_topology_changed,
|
||||
i18n_title = i18n("snmp.lldp_topology_changed"),
|
||||
icon = "fas fa-topology-alt",
|
||||
icon = "fas fa-fw fa-topology-alt",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ local alert_tcp_syn_flood_victim = classes.class(alert)
|
|||
alert_tcp_syn_flood_victim.meta = {
|
||||
alert_key = other_alert_keys.alert_tcp_syn_flood_victim,
|
||||
i18n_title = "alerts_dashboard.tcp_syn_flood_victim",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_tcp_syn_scan_victim = classes.class(alert)
|
|||
alert_tcp_syn_scan_victim.meta = {
|
||||
alert_key = other_alert_keys.alert_tcp_syn_scan_victim,
|
||||
i18n_title = "alerts_dashboard.tcp_syn_scan_victim",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_threshold_cross = classes.class(alert)
|
|||
alert_threshold_cross.meta = {
|
||||
alert_key = other_alert_keys.alert_threshold_cross,
|
||||
i18n_title = "alerts_dashboard.threashold_cross",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_too_many_drops = classes.class(alert)
|
|||
alert_too_many_drops.meta = {
|
||||
alert_key = other_alert_keys.alert_too_many_drops,
|
||||
i18n_title = "alerts_dashboard.too_many_drops",
|
||||
icon = "fas fa-tint",
|
||||
icon = "fas fa-fw fa-tint",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_unexpected_new_device = classes.class(alert)
|
|||
alert_unexpected_new_device.meta = {
|
||||
alert_key = other_alert_keys.alert_unexpected_new_device,
|
||||
i18n_title = "unexpected_new_device.alert_unexpected_new_device_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_user_activity = classes.class(alert)
|
|||
alert_user_activity.meta = {
|
||||
alert_key = other_alert_keys.alert_user_activity,
|
||||
i18n_title = "alerts_dashboard.user_activity",
|
||||
icon = "fas fa-user",
|
||||
icon = "fas fa-fw fa-user",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_user_script_calls_drops = classes.class(alert)
|
|||
alert_user_script_calls_drops.meta = {
|
||||
alert_key = other_alert_keys.alert_user_script_calls_drops,
|
||||
i18n_title = "alerts_dashboard.user_scripts_calls_drops",
|
||||
icon = "fas fa-tint",
|
||||
icon = "fas fa-fw fa-tint",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue