Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TelcoDB
Web Frontend
Commits
532cd87a
Verified
Commit
532cd87a
authored
Nov 17, 2019
by
Elias Ojala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minimal changes
parent
831dcbec
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
14 deletions
+15
-14
public/assets/js/pages/explore/speedtest-servers/map.js
public/assets/js/pages/explore/speedtest-servers/map.js
+1
-0
views/asn/index.twig
views/asn/index.twig
+3
-3
views/explore/speedtest-servers/table.twig
views/explore/speedtest-servers/table.twig
+4
-4
views/tld/list.twig
views/tld/list.twig
+3
-3
views/tor-relay/list.twig
views/tor-relay/list.twig
+4
-4
No files found.
public/assets/js/pages/explore/speedtest-servers/map.js
View file @
532cd87a
var
map
=
L
.
map
(
'
speedtestServerMap
'
,
{
minZoom
:
2
,
maxZoom
:
12
}).
setView
([
40.00
,
10.00
],
2
);
...
...
views/asn/index.twig
View file @
532cd87a
...
...
@@ -118,9 +118,9 @@
<script
src=
"/assets/js/pages/asn/index.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
{# TODO: Do in the backend due to ASNs that have large amount of IXPs #}
<script
src=
"/assets/js/pages/dns/show/reverse-fetch.js"
async
defer
></script>
...
...
views/explore/speedtest-servers/table.twig
View file @
532cd87a
...
...
@@ -43,8 +43,8 @@
{# Datatables #}
<script
src=
"/assets/js/pages/explore/speedtest-servers/table.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net-responsive/js/dataTables.responsive.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
<script
src=
"/assets/libs/datatables.net-responsive/js/dataTables.responsive.min.js"
></script>
{%
endblock
%}
\ No newline at end of file
views/tld/list.twig
View file @
532cd87a
...
...
@@ -38,7 +38,7 @@
{# Datatables #}
<script
src=
"/assets/js/pages/tld/list.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
{%
endblock
%}
\ No newline at end of file
views/tor-relay/list.twig
View file @
532cd87a
...
...
@@ -51,8 +51,8 @@
{# Datatables #}
<script
src=
"/assets/js/pages/tor-relay/index.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
{# <script
type="text/javascript"
src="/assets/libs/datatables.net-responsive/js/dataTables.responsive.min.js"></script> #}
<link
rel=
"stylesheet"
href=
"/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css"
/>
<script
src=
"/assets/libs/datatables.net/js/jquery.dataTables.min.js"
></script>
<script
src=
"/assets/libs/datatables.net-bs4/js/dataTables.bootstrap4.min.js"
></script>
{# <script src="/assets/libs/datatables.net-responsive/js/dataTables.responsive.min.js"></script> #}
{%
endblock
%}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment