Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
71c3e9b8
Commit
71c3e9b8
authored
Jan 29, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
f166d59a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
www/aptui/instantiate.php
www/aptui/instantiate.php
+2
-1
www/aptui/js/instantiate.js
www/aptui/js/instantiate.js
+3
-3
No files found.
www/aptui/instantiate.php
View file @
71c3e9b8
...
...
@@ -490,7 +490,8 @@ function SPITFORM($formfields, $newuser, $errors)
"<option
$selected
value='
$am
'>
$am
</option>
\n
"
;
}
$html
=
"<div class='form-horizontal'><div class='form-group'>
"<div class='form-horizontal' id='aggregate_selector'>
<div class='form-group'>
<label class='col-sm-4 control-label'
style='text-align: right;'>Cluster:</label>
<div class='col-sm-6'>
...
...
www/aptui/js/instantiate.js
View file @
71c3e9b8
...
...
@@ -173,10 +173,10 @@ function (_, sup, ppstart, aboutaptString, aboutcloudString, waitwaitString)
// Hide the aggregate picker for a parameterized profile.
// Shown later.
if
(
ispprofile
)
{
$
(
"
#
profile_where
"
).
addClass
(
"
hidden
"
);
$
(
"
#
aggregate_selector
"
).
addClass
(
"
hidden
"
);
}
else
{
$
(
"
#
profile_where
"
).
removeClass
(
"
hidden
"
);
$
(
"
#
aggregate_selector
"
).
removeClass
(
"
hidden
"
);
}
// Set the default aggregate.
...
...
@@ -247,7 +247,7 @@ function (_, sup, ppstart, aboutaptString, aboutcloudString, waitwaitString)
.
filter
(
'
[value="
'
+
where
+
'
"]
'
)
.
prop
(
'
selected
'
,
true
);
}
// Enable the create
and copy buttons
.
// Enable the create
button
.
$
(
'
#instantiate_submit
'
).
attr
(
'
disabled
'
,
false
);
}
...
...
Write
Preview
Markdown
is supported
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