Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetObsSite
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
MetObsSite
Merge requests
!9
Reorganize lobby display HTML files to avoid warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reorganize lobby display HTML files to avoid warnings
davidh/MetObsSite:bugfix-lobby-camera-url
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
David Hoese
requested to merge
davidh/MetObsSite:bugfix-lobby-camera-url
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
0a5501d8
1 commit,
4 years ago
6 files
+
18
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
content/pages/lobby_meteorogram.html
+
4
−
4
Options
@@ -5,7 +5,7 @@
<meta
name=
"url"
content=
"aoss/tower/lobby/"
>
<meta
name=
"save_as"
content=
"aoss/tower/lobby/index.html"
>
<meta
name=
"category"
content=
"data"
/>
<meta
name=
"summary"
content=
"Real-time
Data
Dashboard"
/>
<meta
name=
"summary"
content=
"Real-time
Lobby
Dashboard
(includes display burn-in shutoff)
"
/>
<meta
name=
"template"
content=
"lobby_base_meteorogram"
/>
</head>
@@ -19,7 +19,7 @@
<div
id=
"row3"
style=
"height: calc(93%/3); width: 100%"
>
<div
id=
"col1"
style=
"float: left; height: 100%; width: calc(100%/3)"
></div>
<div
id=
"col2"
style=
"float: left; height: 100%; width: calc(100%/3); position: relative"
>
<img
id=
"roofCam"
src=
"
http://metobs.ssec.wisc.edu
/pub/cache/aoss/cameras/west/latest_orig.jpg"
<img
id=
"roofCam"
src=
"/pub/cache/aoss/cameras/west/latest_orig.jpg"
alt=
"west"
style=
"Cache-Control: no-store; height: 100%; width: 100%;"
>
<div
id=
"dirText"
style=
"position: absolute; bottom: 0%; right: 0%; font-size: .5vh; background-color: black; color: white"
>
west
</div>
</div>
@@ -29,8 +29,8 @@
<div
id=
"graph"
style=
"z-index: 2; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;"
></div>
<!--opacity: 1 makes the screen black until graph loads, which only takes a fraction of a second. Also blacks out screen between 1 and 5 am.-->
<div
id=
"overlay"
style=
"z-index: 3; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: black; opacity: 1"
></div>
<script
type=
"text/javascript"
src=
"/js/meteorogram/meteorogram.js"
></script>
<script
type=
"text/javascript"
src=
"/js/meteorogram/site_configs_lobby.js"
></script>
<script
type=
"text/javascript"
src=
"
{static}
/js/meteorogram/meteorogram.js"
></script>
<script
type=
"text/javascript"
src=
"
{static}
/js/meteorogram/site_configs_lobby.js"
></script>
<script
type=
"text/javascript"
>
var
met
=
MeteorogramController
(
'
graph
'
,
'
control-container
'
,
siteConfigs
);
met
.
initMeteorogram
();
Loading