Commit 2741b0fb authored by LianaHus's avatar LianaHus

added nighly build checkbox

parent f3cc7729
...@@ -186,6 +186,16 @@ class CompilerContainer { ...@@ -186,6 +186,16 @@ class CompilerContainer {
</div> </div>
<div class="col-sm-8"> <div class="col-sm-8">
${this._view.versionSelector} ${this._view.versionSelector}
<div style="
display: flex;
flex-direction: row;
justify-content: flex-end;
align-content: center;
align-content: center;
align-items: center;">
<input id="nightlies" type="checkbox">
<label for="nightlies" class="p-0 m-0">Show Nightly builds</label>
</div>
</div> </div>
</div> </div>
<div class="row w-100 no-gutters mb-2"> <div class="row w-100 no-gutters mb-2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment