misp-dashboard/templates/index.html

291 lines
12 KiB
HTML
Raw Normal View History

2017-08-24 07:25:13 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
2017-10-27 08:49:47 +02:00
<title>MISP live dashboard</title>
2017-08-24 07:25:13 +02:00
<!-- Bootstrap Core CSS -->
<link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
<!-- Custom CSS -->
<link href="{{ url_for('static', filename='css/sb-admin-2.css') }}" rel="stylesheet">
<!-- Custom Fonts -->
2017-10-20 14:31:10 +02:00
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css"
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"
integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log=="
crossorigin=""></script>
2017-08-24 07:25:13 +02:00
</head>
2017-09-12 11:56:01 +02:00
<style>
table {
overflow-y: scroll;
2017-09-12 11:56:01 +02:00
}
2017-10-23 17:25:41 +02:00
.led_green {
margin: auto auto;
margin-top: 7.5px;
width: 15px;
height: 15px;
2017-10-23 17:25:41 +02:00
background-color: #ABFF00;
border-radius: 50%;
2017-10-25 13:30:12 +02:00
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 0px 6px;
2017-10-23 17:25:41 +02:00
}
.led_red {
margin: auto auto;
margin-top: 7.5px;
width: 15px;
height: 15px;
2017-10-23 17:25:41 +02:00
background-color: #F82222;
border-radius: 50%;
2017-10-25 13:30:12 +02:00
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #FF0303 0 0px 6px;
2017-10-23 17:25:41 +02:00
}
.led_orange {
margin: auto auto;
margin-top: 7.5px;
width: 15px;
height: 15px;
background-color: #FFB400;
border-radius: 50%;
2017-10-25 13:30:12 +02:00
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #FF9000 0 0px 6px;
}
2017-10-09 15:56:24 +02:00
.marker_animation {
stroke: darkred;
position: absolute;
opacity: 1;
border-radius: 80px;
-moz-border-radius: 80px;
/* 40px radius, move origin to center */
height: 30px;
width: 30px;
margin: 0px;
pointer-events: none; /* dont kill the hover event of markers */
-webkit-transform: translateZ(0); /* little trick to force GPU acceleration */
}
2017-10-24 17:35:08 +02:00
.panel-body {
padding: 3px;
}
2017-10-13 16:48:03 +02:00
.center {
display:block;
margin-left:auto;
margin-right:auto;
}
2017-10-23 16:56:25 +02:00
.leftSepa {
border-left-color: rgb(221, 221, 221);
border-left-style: solid;
border-left-width: 2px;
padding-left: 8px;
}
2017-10-20 15:09:53 +02:00
.textTopHeader {
height: 50px;
text-align: center;
margin-left: 8px;
float: left;
}
small {
font-size: 100%;
font-weight: bold;
}
2017-09-12 11:56:01 +02:00
</style>
2017-08-24 07:25:13 +02:00
<body>
<div id="wrapper">
<!-- Navigation -->
2017-09-12 09:11:20 +02:00
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0; padding-left: 15px;">
2017-08-24 07:25:13 +02:00
<div class="navbar-header">
2017-10-27 08:57:26 +02:00
<a class="navbar-brand" href="{{ url_for('index') }}">MISP live dashboard</a>
<div id="ledsHolder" style="float: right; height: 50px;"></div>
2017-08-24 07:25:13 +02:00
</div>
<!-- /.navbar-header -->
</nav>
<!-- Page Content -->
2017-09-12 09:11:20 +02:00
<div id="page-wrapper" style="margin: 0px; padding: 0px;">
2017-08-24 07:25:13 +02:00
<div class="container-fluid">
<div class="row">
2017-09-12 09:11:20 +02:00
<div class="col-lg-12">
<div class="col-lg-{{ size_dashboard_width[0] }}">
<div id="panelOpenMap" class="panel panel-default" style="margin-top: 15px; height: {{ pannelSize[0] }}vh;">
2017-10-23 16:34:14 +02:00
<div class="panel-heading bg-info" style="font-weight: bold;">
<b><a id="textMap1" href="#panelbody">No map </a></b>
2017-10-23 16:34:14 +02:00
<div style="float: right;">
2017-10-23 16:56:25 +02:00
<i class="leftSepa" id="txtMapNum">Rotation speed: </i>
2017-10-23 16:34:14 +02:00
<select id="rotation_wait_time_selector" style="margin-top: -7px;">
<option value="∞" selected>No rotation</option>
2017-10-23 16:56:25 +02:00
<option value="{{ rotation_wait_time }}" selected>{{ rotation_wait_time }} sec</option>
<option value="{{ rotation_wait_time * 2 }}">{{ rotation_wait_time * 2 }} sec</option>
<option value="{{ rotation_wait_time * 5}}">{{ rotation_wait_time * 5 }} sec</option>
</select>
<i class="leftSepa" id="txtMapNum">Zoom level: </i>
<select id="zoom_selector" style="margin-top: -7px;">
<option value="{{ zoomlevel + 3 }}">{{ zoomlevel + 3 }}</option>
<option value="{{ zoomlevel + 2 }}">{{ zoomlevel + 2 }}</option>
<option value="{{ zoomlevel }}" selected>{{ zoomlevel }}</option>
<option value="{{ zoomlevel - 2 }}">{{ zoomlevel - 2 }}</option>
<option value="{{ zoomlevel - 4 }}">{{ zoomlevel - 4 }}</option>
<option value="{{ zoomlevel - 6 }}">{{ zoomlevel - 6 }}</option>
<option value="{{ zoomlevel - 8 }}">{{ zoomlevel - 8 }}</option>
</select>
2017-10-23 16:34:14 +02:00
</div>
2017-10-13 16:48:03 +02:00
</div>
2017-10-24 17:35:08 +02:00
<div id="panelbody" class="panel-body" style="height: 93%;">
<div id="feedDivMap1" style="width:100%; height: calc({{ pannelSize[0] }}vh - 51px);"></div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div id="panelLineChart" class="panel panel-default" style="margin-top: 15px; height: {{ pannelSize[1] }}vh;">
2017-08-24 07:25:13 +02:00
<div class="panel-heading">
2017-10-25 14:18:28 +02:00
<i class="fa fa-bar-chart-o fa-fw"></i> Categories overtime (hours)
2017-08-24 07:25:13 +02:00
</div>
<div id="panelbody" class="panel-body" style="width:100%; height: 100%;">
<div id="feedDiv3" style="width:100%; height: calc(100% - 46px); position: relative;"></div>
2017-08-24 07:25:13 +02:00
</div>
2017-09-12 09:11:20 +02:00
</div>
2017-10-13 15:03:09 +02:00
2017-09-12 09:11:20 +02:00
</div>
<!-- /.col-lg-6 -->
<!-- /.col-lg-6 -->
<div class="col-lg-{{ size_dashboard_width[1] }}">
2017-09-12 09:11:20 +02:00
<div class="panel panel-default" style="margin-top: 15px; height: {{ pannelSize[2] }}vh;">
2017-10-24 17:35:08 +02:00
<div id="panelbody" class="panel-body" style="height: 100%;">
<div id="feedDiv2" style="width:100%; height: 100%; position: relative;"></div>
2017-09-12 09:11:20 +02:00
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div id="panelLogTable" class="panel panel-default" style="height: {{ pannelSize[3] }}vh;">
2017-09-12 11:56:01 +02:00
<div class="panel-heading">
2017-10-13 15:03:09 +02:00
<i class="fa fa-tasks fa-fw"></i> Logs
<div class="pull-right">
<input id="checkbox_log_info" type="checkbox" value="info"> INFO
<input id="checkbox_log_warning" type="checkbox" value="warning" checked="true"> WARNING
<input id="checkbox_log_critical" type="checkbox" value="critical" checked="true"> CRITICAL
</div>
2017-09-12 11:56:01 +02:00
</div>
<div id="divLogTable" class="panel-body" style="height: 98%; padding: 0px;">
2017-10-13 15:03:09 +02:00
<div class="row" style="height: 100%;">
<div class="col-lg-12" style="height: 100%;">
<table class="table table-bordered table-hover table-striped" id="table_log">
<thead id="table_log_head">
</thead>
<tbody id="table_log_body">
</tbody>
</table>
</div>
</div>
2017-09-12 11:56:01 +02:00
</div>
</div>
2017-09-12 09:11:20 +02:00
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row CHART -->
<div class="row">
<div class="col-lg-12">
2017-08-24 07:25:13 +02:00
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row LOGS -->
</div>
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
2017-08-24 11:43:23 +02:00
<!-- jQuery flot -->
<script src="{{ url_for('static', filename='js/jquery.flot.js') }}"></script>
2017-09-12 11:56:01 +02:00
<script src="{{ url_for('static', filename='js/jquery.flot.pie.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.flot.resize.js') }}"></script>
2017-08-24 07:25:13 +02:00
<!-- Bootstrap Core JavaScript -->
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
2017-08-24 11:43:23 +02:00
<!-- Index -->
<script>
/* URL */
2017-08-24 11:43:23 +02:00
var urlForLogs = "{{ url_for('logs') }}";
var urlForHead = "{{ url_for('getLogHead') }}";
2017-10-11 10:47:11 +02:00
var urlForMaps = "{{ url_for('maps') }}";
var linkForDefaultMap = "{{ url_for('static', filename='maps/default.png') }}";
/* DATA FROM CONF */
var graph_log_refresh_rate = {{ graph_log_refresh_rate }};
2017-10-24 15:17:52 +02:00
var char_separator = "{{ char_separator }}";
var rotation_wait_time = {{ rotation_wait_time }};
var max_img_rotation = {{ max_img_rotation }};
var hours_spanned = {{ hours_spanned }};
2017-10-23 16:56:25 +02:00
var zoomlevel = {{ zoomlevel}};
var flag_expanded = true;
$( "#textMap1" ).click(function() {
flag_expanded = !flag_expanded;
var panelOpenMap = $("#panelOpenMap");
var panelLineChart = $("#panelLineChart");
var feedDivMap1 = $("#feedDivMap1");
var default_openMapHeight = "{{ pannelSize[0] }}vh";
var default_lineChartHeight = "{{ pannelSize[1] }}vh";
var default_feedDivMap1Height = "{{ pannelSize[1] }}vh - 51px";
if(!flag_expanded) {
panelLineChart.height("82vh");
panelOpenMap.height("41px");
feedDivMap1.css('display', 'none');
} else {
panelLineChart.height(default_lineChartHeight);
panelOpenMap.height(default_openMapHeight);
feedDivMap1.css('display', '');
}
});
2017-08-24 11:43:23 +02:00
</script>
2017-10-20 15:09:53 +02:00
<script src="{{ url_for('static', filename='js/index/index.js') }}"></script>
<script src="{{ url_for('static', filename='js/index/index_lineChart.js') }}"></script>
<script src="{{ url_for('static', filename='js/index/index_map.js') }}"></script>
<script src="{{ url_for('static', filename='js/index/index_pie.js') }}"></script>
2017-08-24 07:25:13 +02:00
2017-09-12 09:11:20 +02:00
2017-10-20 14:31:10 +02:00
<link href="{{ url_for('static', filename='css/font-awesome.min.css') }}" rel="text/css">
2017-09-12 09:11:20 +02:00
<link rel="stylesheet" href="{{ url_for('static', filename='css/jquery-jvectormap-2.0.3.css') }}" type="text/css" media="screen"/>
<script src="{{ url_for('static', filename='js/jquery-jvectormap-2.0.3.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery-jvectormap-world-mill.js') }}"></script>
<script type="text/javascript">
2017-09-12 09:11:20 +02:00
</script>
2017-08-24 07:25:13 +02:00
</body>
</html>