Skip to content
GitLab
Menu
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
37c3d154
Commit
37c3d154
authored
Jan 17, 2014
by
Keith Downie
Browse files
Fixed an error with the experient creation (selecting profile form)
parent
a3083d60
Changes
2
Show whitespace changes
Inline
Side-by-side
www/aptui/js/quickvm_sup.js
100644 → 100755
View file @
37c3d154
...
...
@@ -143,6 +143,7 @@ function ShowTopo(uuid)
function
UpdateProfileSelection
(
selectedElement
)
{
var
profile
=
$
(
selectedElement
).
attr
(
'
value
'
);
$
(
'
#selected_profile
'
).
attr
(
'
value
'
,
profile
);
$
(
'
#selected_profile_text
'
).
html
(
""
+
profile
);
if
(
!
$
(
selectedElement
).
hasClass
(
'
current
'
))
...
...
www/aptui/quickvm.php
100644 → 100755
View file @
37c3d154
...
...
@@ -170,11 +170,11 @@ function SPITFORM($username, $email, $sshkey, $profile, $newuser, $errors)
<div id='profile_well' class='form-group well well-md'>
<span id='selected_profile_text' class='pull-left'>
</span>
<input id='selected_profile' type='hidden' name='profile'/>
<button id='profile' class='btn btn-primary btn-xs pull-right'
type='button' name='profile'>
type='button' name='profile
_button
'>
Select a Profile
</button>
\n
"
;
echo
" <label
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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