Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 86a548e

Browse files
authored
Merge pull request #67 from ISISComputingGroup/add_pointer_to_new_webdash
Add pointer to new webdashboard
2 parents 0fbf29d + 198a95c commit 86a548e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

front_end/default.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,27 @@
1212
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
1313
<script src="display_blocks.js" type="text/javascript" defer="defer"></script>
1414
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
15+
<style>
16+
#_new_webdash_promo
17+
{
18+
-moz-border-radius: 15px;
19+
-webkit-border-radius: 15px;
20+
background-color: #f0f7fb;
21+
border: solid 2px #3498db;
22+
border-radius: 15px;
23+
line-height: 15px;
24+
overflow: hidden;
25+
padding: 10px 10px;
26+
margin: 10px 10px;
27+
}
28+
</style>
1529
</head>
1630

1731
<body>
32+
<div id="_new_webdash_promo">
33+
<h4><b>ℹ️ Try out the <a href="https://isiscomputinggroup.github.io/WebDashboard/instruments">new & improved web dashboard</a>!</b></h4>
34+
<p>Please provide any feedback on the new web dashboard via the usual mechanisms.</p>
35+
</div>
1836
<div id = "top_bar"></div>
1937
<div id="error_status"></div>
2038
<table cellpadding="30" style="width:100%">

0 commit comments

Comments
 (0)