Skip to content

Commit

Permalink
[SwanSpawner] Add message to advertise new Alma9 image with JupyterLab
Browse files Browse the repository at this point in the history
In the web form when starting a session.
  • Loading branch information
etejedor committed Jan 12, 2024
1 parent 7b7d0f8 commit 0f95d7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SwanSpawner/swanspawner/templates/options_form_template.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<style> .nb{ font-weight:normal } </style>
<style> .nbs{ font-weight:normal; font-size:small } </style>
<style> .news{ font-weight:normal; background-color:yellow } </style>
<script type="text/javascript">
<!--

Expand Down Expand Up @@ -176,6 +177,9 @@
<label for="placeholder">
<span class='nb' id="optionsHeader">Specify the configuration parameters for the SWAN container that will be created for you.</span>
</label>
<label for="alma9">
<span class='news' id="alma9">Select <b>AlmaLinux 9</b> as Platform to try out our new experimental Alma9 image with <b>JupyterLab</b> as default interface! More information <a target="_blank" href="https://swan.docs.cern.ch/alma9/">here</a>.</span>
</label>
<br><br>
<label for="lcgReleaseOptions">Software stack <a href="#" onclick="toggle_visibility('lcgReleaseDetails');"><span class='nbs'>more...</span></a>
<div style="display:none;" id="lcgReleaseDetails">
Expand Down

0 comments on commit 0f95d7a

Please sign in to comment.