Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f67370b9
authored
Oct 16, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: add remove buttons for disks/network in vm create
parent
a9837118
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
circle/dashboard/templates/dashboard/vm-create.html
+18
-3
No files found.
circle/dashboard/templates/dashboard/vm-create.html
View file @
f67370b9
...
@@ -38,7 +38,8 @@
...
@@ -38,7 +38,8 @@
<h2>
Disks
</h2>
<h2>
Disks
</h2>
</div>
</div>
<div
class=
"col-sm-8"
style=
"padding-top: 3px;"
>
<div
class=
"col-sm-8"
style=
"padding-top: 3px;"
>
<h3><span
class=
"label label-primary"
><i
class=
"icon-file"
></i>
default
</span>
<h3>
<span
class=
"label label-primary"
><i
class=
"icon-file"
></i>
default
<a
href=
"#"
class=
"hover-black"
><i
class=
"icon-remove-sign"
></i></a></span>
</h3>
</h3>
<h3>
<h3>
<div
class=
"input-group"
style=
"max-width: 300px;"
>
<div
class=
"input-group"
style=
"max-width: 300px;"
>
...
@@ -60,9 +61,23 @@
...
@@ -60,9 +61,23 @@
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
<h2>
Network
</h2>
<h2>
Network
</h2>
</div>
</div>
<style>
/* temporary inline css for dev */
a
.hover-black
{
color
:
white
;
}
.hover-black
:hover
{
color
:
black
/*#d9534f*/
;
text-decoration
:
none
;
}
</style>
<div
class=
"col-sm-8"
style=
"padding-top: 3px;"
>
<div
class=
"col-sm-8"
style=
"padding-top: 3px;"
>
<h3><span
class=
"label label-primary"
><i
class=
"icon-globe"
></i>
vmnet
</span>
<h3>
<span
class=
"label label-default"
><i
class=
"icon-link"
></i>
grid
</span></h3>
<span
class=
"label label-primary"
><i
class=
"icon-globe"
></i>
vmnet
<a
href=
"#"
class=
"hover-black"
><i
class=
"icon-remove-sign"
></i></a></span>
<span
class=
"label label-default"
><i
class=
"icon-link"
></i>
grid
<a
href=
"#"
class=
"hover-black"
><i
class=
"icon-remove-sign hover-danger"
></i></a></span>
</h3>
<h3>
<h3>
<div
class=
"input-group"
style=
"max-width: 300px;"
>
<div
class=
"input-group"
style=
"max-width: 300px;"
>
<select
class=
"form-control"
>
<select
class=
"form-control"
>
...
...
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