Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9bdcda49
authored
Oct 15, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: add static network and disks part to vm create
parent
1feac858
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
3 deletions
+37
-3
circle/dashboard/templates/dashboard/vm-create.html
+37
-3
No files found.
circle/dashboard/templates/dashboard/vm-create.html
View file @
9bdcda49
...
...
@@ -34,14 +34,48 @@
</div>
<div
class=
"row"
>
<div
class=
"col-sm-
12
"
>
<div
class=
"col-sm-
4
"
>
<h2>
Disks
</h2>
</div>
<div
class=
"col-sm-8"
style=
"padding-top: 3px;"
>
<h3><span
class=
"label label-primary"
><i
class=
"icon-file"
></i>
default
</span>
</h3>
<h3>
<div
class=
"input-group"
style=
"max-width: 300px;"
>
<select
class=
"form-control"
>
<option
value=
"1"
>
yo disk
</option>
<option
value=
"2"
>
huge
</option>
<option
value=
"3"
>
minor
</option>
</select>
<div
class=
"input-group-btn"
>
<!--<input type="submit" value="Add disk" class="btn btn-success"/>-->
<a
href=
""
class=
"btn btn-success"
><i
class=
"icon-plus-sign"
></i></a>
</div>
</div>
</h3>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-12"
>
<h2>
Network
</h2>
<div
class=
"col-sm-4"
>
<h2>
Network
</h2>
</div>
<div
class=
"col-sm-8"
style=
"padding-top: 3px;"
>
<h3><span
class=
"label label-primary"
><i
class=
"icon-globe"
></i>
vmnet
</span>
<span
class=
"label label-default"
><i
class=
"icon-link"
></i>
grid
</span></h3>
<h3>
<div
class=
"input-group"
style=
"max-width: 300px;"
>
<select
class=
"form-control"
>
<option
value=
"1"
>
vmnet2
</option>
<option
value=
"2"
>
PUB
</option>
<option
value=
"3"
>
OFF
</option>
</select>
<div
class=
"input-group-btn"
>
<!--<input type="submit" value="Add to network" class="btn btn-success"/>-->
<a
href=
""
class=
"btn btn-success"
><i
class=
"icon-plus-sign"
></i></a>
</div>
</div>
</h3>
</div>
</div>
</div>
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