Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d2bc8b38
Commit
d2bc8b38
authored
Sep 22, 2015
by
Leigh B Stoller
Browse files
Add veribiage about geni-lib scripts and snapshot/clone, user must
edit the source code at this time.
parent
d5031f81
Changes
3
Hide whitespace changes
Inline
Side-by-side
www/aptui/template/imaging-modal.html
View file @
d2bc8b38
...
...
@@ -26,10 +26,23 @@
</table>
<center>
<img
id=
'imaging-spinner'
src=
'images/spinner.gif'
/>
</center>
<div
id=
'imaging_modal_done_div'
class=
'hidden'
>
Your new image name (or url) is below. If your profile is a
geni-lib python script, you will need to edit your profile to
change any nodes that should use this new image.
<br>
<br>
<center>
<b><span
id=
'imaging-modal-imagename'
></span></b>
</center>
<br>
</div>
<center>
<button
type=
'button'
id=
'imaging-close'
class=
'btn btn-default btn-sm hidden'
data-dismiss=
'modal'
>
Close
</button>
Close
</button>
</center>
<br>
</div>
...
...
@@ -37,3 +50,28 @@
</div>
</div>
</div>
<div
id=
'imaging-done-modal'
class=
'modal fade'
>
<div
class=
'modal-dialog'
>
<div
class=
'modal-content'
>
<div
class=
'modal-header'
>
<h4><center>
Your new image is ready!
</center></h4>
</div>
<div
class=
'modal-body'
>
Your new image name (or url) is below. If your profile is a
geni-lib python script, you will need to edit your profile to
change any nodes that should use this new image.
<br>
<br>
<center>
<b><span
id=
'imaging-done-modal-imagename'
></span></b>
<br>
<br>
<button
type=
'button'
id=
'imaging-done-modal-close'
class=
'btn btn-default btn-sm'
data-dismiss=
'modal'
>
Close
</button>
</center>
</div>
</div>
</div>
</div>
www/aptui/template/manage-profile.html
View file @
d2bc8b38
...
...
@@ -514,6 +514,32 @@
</div>
</div>
</div>
<!-- Warn parameterized profile -->
<div
id=
'warn_pp_modal'
class=
'modal fade'
>
<div
class=
'modal-dialog'
>
<div
class=
'modal-content'
>
<div
class=
'modal-body'
>
<center>
<h4>
Please Note!
</h4>
</center>
<p>
Since you are cloning a profile whose source is a
<em>
geni-lib
python
</em>
script, you will need to update the images inside
the script yourself, we cannot do this for you. At the end of
the image snapshot, we will tell you the new image name so you
can edit your script.
</p>
<br>
<center>
<button
type=
'button'
class=
'btn btn-default btn-sm'
data-dismiss=
'modal'
>
Close
</button>
</center>
</div>
</div>
</div>
</div>
<!-- place to hang the modals for now -->
<div
id=
'showtopomodal_div'
></div>
<div
id=
'editmodal_div'
></div>
...
...
www/aptui/template/status.html
View file @
d2bc8b38
...
...
@@ -278,6 +278,18 @@
<br>
<br>
</div>
<div
id=
'snapshot_update_script_div'
class=
'hidden'
>
<center>
<b>
Please Note!
</b>
</center>
Since your profile is a
<em>
geni-lib python
</em>
script, you
will need to update the images inside the script yourself, we
cannot do this for you.
At the end of the snapshot, we will tell you the new image name
so you can edit your script.
<br>
<br>
</div>
<div
id=
'snapshot_update_prepare_div'
>
<center>
<b>
Did you add any accounts or groups to your image?
</b>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment