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
23fc7a1e
Commit
23fc7a1e
authored
Oct 27, 2017
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A bit of cleanup.
parent
a7e92983
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
25 deletions
+1
-25
www/aptui/template/reservation-graph.html
www/aptui/template/reservation-graph.html
+1
-17
www/aptui/template/reservation-list.html
www/aptui/template/reservation-list.html
+0
-7
www/aptui/template/reserve-request.html
www/aptui/template/reserve-request.html
+0
-1
No files found.
www/aptui/template/reservation-graph.html
View file @
23fc7a1e
<style>
.panel-body
{
padding
:
2px
;
}
.resgraph
{
margin
:
0px
;
padding
:
0px
;
width
:
100%
;
height
:
100%
;
}
svg
{
display
:
block
;
}
</style>
<div>
<div
id=
'resgraph-<%- details.nickname %>'
>
<div
class=
'col-xs-12 col-xs-offset-0 reservation-details'
>
<div
class=
'panel panel-default'
>
...
...
@@ -40,7 +25,7 @@ svg {
</h3>
</center>
</div>
<div
class=
'panel-body'
>
<div
class=
'panel-body'
style=
"padding: 2px;"
>
<!-- The col setting gives us a "relative" position div -->
<div
class=
'col-xs-12 col-xs-offset-0'
style=
"padding:0px;"
>
...
...
@@ -56,4 +41,3 @@ svg {
</div>
</div>
</div>
</div>
www/aptui/template/reservation-list.html
View file @
23fc7a1e
...
...
@@ -23,13 +23,6 @@
.panel-heading-list
{
padding
:
2px
;
}
.resgraph
{
margin
:
0px
;
padding
:
0px
;
width
:
100%
;
height
:
100%
;
}
</style>
<div>
<div
class=
'panel panel-default'
>
...
...
www/aptui/template/reserve-request.html
View file @
23fc7a1e
...
...
@@ -314,7 +314,6 @@
</div>
<div
class=
'col-lg-5
col-md-5'
id=
"reservation-lists"
>
<div
class=
"reservation-div"
></div>
</div>
</div>
<!-- Confirm reservation -->
...
...
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