Skip to content

Commit 74b6eb7

Browse files
committed
Update 4.2.1
Fixes : Fixed the setup and user tours. props.conf for fios and pfsense. Corrected the size of the logos. Updates: Added new domain extraction and ports scanned in Blocked Traffic Dashboard. Added direction field to asus and openwrt sourcetypes.
1 parent a78f8f3 commit 74b6eb7

File tree

106 files changed

+14046
-1502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+14046
-1502
lines changed

appserver/static/application.css

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
/* @override
2+
http://localhost:9000/en-US/static/@111122.11:0/app/homemonitor/application.css
3+
http://localhost:9000/en-US/static/@111122.12:0/app/homemonitor/application.css
4+
http://localhost:9000/en-US/static/@111335.22:0/app/homemonitor/application.css
5+
*/
6+
7+
body, td, .splMenu {
8+
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
9+
}
10+
11+
.SingleValue .simon {
12+
font-family: "Lucida Grande";
13+
background-color: #FF;
14+
border-radius: 4px 4px 4px 4px;
15+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) inset;
16+
font-size: 36px;
17+
font-weight: bold;
18+
}
19+
20+
test {
21+
color: silver;
22+
text-align: left;
23+
clear: none;
24+
}
25+
26+
div.bmc_remedy {
27+
text-align: left;
28+
float: left;
29+
padding-top: 7px;
30+
}
31+
32+
img.bmc_remedy {
33+
position: relative;
34+
#padding-top: 10px;
35+
top: -15px;
36+
float: right;
37+
}
38+
39+
hr.test {
40+
border-style: dashed;
41+
border-width: 1px;
42+
border-top-style: none;
43+
color: silver;
44+
}
45+
46+
hr.simon {
47+
border-style: dashed;
48+
border-width: 1px;
49+
border-top-style: none;
50+
color: silver;
51+
position: relative;
52+
top: -15px;
53+
}
54+
55+
table.sv_table {
56+
#margin: 0px;
57+
color: #edcc3a;
58+
#padding: 0px;
59+
#border-style: solid;
60+
#border-width: 2px;
61+
border-collapse:collapse;
62+
border-spacing: 0px;
63+
margin-left:auto;
64+
margin-right:auto;
65+
background-repeat: no-repeat;
66+
background-image: url(http://localhost:8000/static/app/appmgmt/end2end.png);
67+
68+
}
69+
70+
td.sv_symbol {
71+
font-size: 58px;
72+
color: #727272;
73+
font-weight: bold;
74+
padding: 0;
75+
position: relative;
76+
top: -5px;
77+
left: 8px;
78+
}
79+
80+
td.sv_label {
81+
font-size: 15px;
82+
color: #487fa5;
83+
padding: 0px;
84+
position: relative;
85+
top: -11px;
86+
left: 5px;
87+
text-align: center;
88+
}
89+
90+
td.sv_value {
91+
font-size: 45px;
92+
color: #386786;
93+
letter-spacing: -5px;
94+
95+
font-weight: bold;
96+
padding: 0;
97+
text-align: center;
98+
}

appserver/static/arch.png

61.9 KB
Loading

appserver/static/autodiscover.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
require.config({
2+
paths: {
3+
"app": "../app"
4+
}
5+
});
6+
7+
require(['splunkjs/mvc/simplexml/ready!'], function(){
8+
require(['splunkjs/ready!'], function(){
9+
});
10+
});
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) 2013, Michael Bostock
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
* Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
* The name Michael Bostock may not be used to endorse or promote products
15+
derived from this software without specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
21+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
24+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "d3",
3+
"version": "3.3.5",
4+
"main": "d3.js",
5+
"ignore": [],
6+
"dependencies": {},
7+
"devDependencies": {}
8+
}

0 commit comments

Comments
 (0)