updated trusted nodes
This commit is contained in:
parent
60cd4bdf73
commit
c3be041009
@ -1,13 +1,14 @@
|
||||
var trusted = [
|
||||
'54.94.239.50',
|
||||
'52.16.188.185',
|
||||
'52.4.40.229',
|
||||
'52.4.131.128',
|
||||
'52.0.243.36',
|
||||
'52.4.180.23',
|
||||
'52.5.60.7',
|
||||
'52.5.26.21',
|
||||
'52.5.25.137',
|
||||
'54.94.239.50',
|
||||
'52.7.164.228',
|
||||
'52.7.84.201',
|
||||
'54.164.66.158',
|
||||
'54.172.106.147',
|
||||
'54.165.231.82',
|
||||
'54.165.244.62',
|
||||
'54.165.246.230',
|
||||
'54.165.236.161',
|
||||
'::ffff:127.0.0.1',
|
||||
];
|
||||
|
||||
|
@ -296,7 +296,8 @@ angular.module('netStatsApp.directives', [])
|
||||
scope: {
|
||||
data: '='
|
||||
},
|
||||
link: function(scope, element, attrs) {
|
||||
link: function(scope, element, attrs)
|
||||
{
|
||||
var margin = {top: 0, right: 0, bottom: 0, left: 0};
|
||||
var width = 280 - margin.left - margin.right,
|
||||
height = 63 - margin.top - margin.bottom;
|
||||
|
Loading…
Reference in New Issue
Block a user