Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions front_end/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,27 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="display_blocks.js" type="text/javascript" defer="defer"></script>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<style>
#_new_webdash_promo
{
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background-color: #f0f7fb;
border: solid 2px #3498db;
border-radius: 15px;
line-height: 15px;
overflow: hidden;
padding: 10px 10px;
margin: 10px 10px;
}
</style>
</head>

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