Skip to content

Commit

Permalink
travis-ci noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
kingy444 committed May 19, 2017
1 parent 07fe0a2 commit fea6bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openvpn-monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def print_html_header(self):
output('<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.2/leaflet.css" integrity="sha256-9mfj77orHLh2GsN7CbMvpjO/Wny/ZZhR7Pu7hy0Yig4=" crossorigin="anonymous" />')
if self.maps and self.allowFullscreen:
# Leaflet.Control.FullScreen css
output('<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.css" integrity="sha256-5cUdI/OZOFcVL9i5LiXvBL5UCGT+AFANIphndyL8SBk=" crossorigin="anonymous" />')
output('<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.css" integrity="sha256-5cUdI/OZOFcVL9i5LiXvBL5UCGT+AFANIphndyL8SBk=" crossorigin="anonymous" />') # noqa: E501
output('<style>')
output('.panel-custom {')
output(' background-color:#777;')
Expand Down Expand Up @@ -566,10 +566,10 @@ def print_html_header(self):
if self.maps:
output('<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.2/leaflet.js" integrity="sha256-RS5bDpN9YmmUIdtdu8ESPjNp1Bg/Fqu90PwN3uawdSQ=" crossorigin="anonymous"></script>')
# spiderfy
output('<script src="//cdnjs.cloudflare.com/ajax/libs/OverlappingMarkerSpiderfier-Leaflet/0.2.6/oms.min.js" integrity="sha256-t+V41b9l6j8GMYAbpcnZbib1XiYwCAsDibD8sI1D7+Y=" crossorigin="anonymous"></script>')
output('<script src="//cdnjs.cloudflare.com/ajax/libs/OverlappingMarkerSpiderfier-Leaflet/0.2.6/oms.min.js" integrity="sha256-t+V41b9l6j8GMYAbpcnZbib1XiYwCAsDibD8sI1D7+Y=" crossorigin="anonymous"></script>') # noqa: E501
if self.maps and self.allowFullscreen:
# Leaflet.Control.FullScreen js
output('<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.js" integrity="sha256-1k7z6MchW2n/LeqU0PNtvEgBYSPvtt+eDrUKaR/rksI=" crossorigin="anonymous"></script>')
output('<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/1.4.2/Control.FullScreen.min.js" integrity="sha256-1k7z6MchW2n/LeqU0PNtvEgBYSPvtt+eDrUKaR/rksI=" crossorigin="anonymous"></script>') # noqa: E501

output('</head><body>')

Expand Down

0 comments on commit fea6bac

Please sign in to comment.