Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
d32dd991
Commit
d32dd991
authored
Oct 24, 2013
by
Leigh B Stoller
Committed by
Gary Wong
Jan 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix xs sizing.
parent
e631d32d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
www/aptui/quickvm.php
www/aptui/quickvm.php
+6
-4
No files found.
www/aptui/quickvm.php
View file @
d32dd991
...
...
@@ -25,7 +25,7 @@ chdir("..");
include
(
"defs.php3"
);
include_once
(
"osinfo_defs.php"
);
include_once
(
"geni_defs.php"
);
chdir
(
"apt
b
"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
#
...
...
@@ -101,10 +101,10 @@ function SPITFORM($username, $email, $sshkey, $imageid, $newuser, $errors)
}
echo
"<div class='row'>
<div class='col-lg-6 col-
md
-offset-3
<div class='col-lg-6 col-
lg
-offset-3
col-md-6 col-md-offset-3
col-sm-8 col-m
d
-offset-2
col-xs-1
0
col-
md
-offset-
1
'>
\n
"
;
col-sm-8 col-
s
m-offset-2
col-xs-1
2
col-
xs
-offset-
0
'>
\n
"
;
echo
"<form id='quickvm_form' role='form'
method='post' action='quickvm.php'>
\n
"
;
echo
"<div class='panel panel-default'>
...
...
@@ -167,6 +167,7 @@ function SPITFORM($username, $email, $sshkey, $imageid, $newuser, $errors)
</div>
</div>
\n
"
;
if
(
0
)
{
echo
"<!-- This is the modal -->
<div id='working' class='modal fade'>
<div class='modal-dialog'>
...
...
@@ -189,6 +190,7 @@ function SPITFORM($username, $email, $sshkey, $imageid, $newuser, $errors)
</div>
</div>
</div>
\n
"
;
}
if
(
$newuser
)
{
if
(
is_string
(
$newuser
))
{
...
...
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