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
010e3723
Commit
010e3723
authored
May 05, 2014
by
Jonathon Duerig
Browse files
Really fix menu and whitespace bugs.
parent
24cb6595
Changes
5
Hide whitespace changes
Inline
Side-by-side
www/aptui/instantiate.php
View file @
010e3723
...
...
@@ -365,6 +365,7 @@ function SPITFORM($formfields, $newuser, $errors)
}
echo
"</script>
\n
"
;
echo
"<script src='js/lib/jquery-2.0.3.min.js'></script>
\n
"
;
echo
"<script src='bootstrap/js/bootstrap.js'></script>
\n
"
;
echo
"<script src='js/lib/require.js' data-main='js/instantiate'></script>"
;
}
...
...
www/aptui/js/common.js
View file @
010e3723
...
...
@@ -60,7 +60,7 @@ window.APT_OPTIONS.configNoQuery = function ()
'
bootstrap
'
:
{
},
'
jquery-ui
'
:
{
},
'
jquery-grid
'
:
{
deps
:
[
'
jquery-ui
'
]
},
'
formhelpers
'
:
{
deps
:
[
'
bootstrap
'
]},
'
formhelpers
'
:
{
/*
deps: ['bootstrap']
*/
},
'
dateformat
'
:
{
exports
:
'
dateFormat
'
},
'
d3
'
:
{
exports
:
'
d3
'
},
'
filestyle
'
:
{
deps
:
[
'
bootstrap
'
]},
...
...
www/aptui/js/instantiate.js
View file @
010e3723
window
.
APT_OPTIONS
.
configNoQuery
();
require
([
// jQuery modules
'
formhelpers
'
,
'
filestyle
'
,
'
marked
'
,
'
jacks
'
],
'
formhelpers
'
,
'
filestyle
'
,
'
marked
'
,
'
jacks
'
],
function
()
{
'
use strict
'
;
...
...
www/aptui/quickvm.css
View file @
010e3723
...
...
@@ -139,7 +139,10 @@ body {
width
:
950px
;
}
#showtopo_description
,
#showtopo_description
{
width
:
643px
;
}
#showtopo_div
{
width
:
643px
;
height
:
300px
;
...
...
www/aptui/quickvm_sup.php
View file @
010e3723
...
...
@@ -376,8 +376,8 @@ function SpitTopologyViewModal($modal_name, $profile_array)
echo
" </ul>
</div>
<div class='pull-right'>
<span id='showtopo_title'></span>
<div class='panel-body'>
<span id='showtopo_title'></span>
<div id='showtopo_div' class='jacks'></div>
<span class='pull-left' id='showtopo_description'></span>
</div>
...
...
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