Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
acd0d3fe
authored
Jul 24, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: remove unused css and js files from html
parent
1b373927
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
network/templates/network/base.html
+3
-3
network/templates/network/domain-edit.html
+1
-1
network/templates/network/group-edit.html
+1
-1
network/templates/network/group-list.html
+1
-1
network/templates/network/vlan-list.html
+1
-1
No files found.
network/templates/network/base.html
View file @
acd0d3fe
...
...
@@ -21,7 +21,7 @@
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<
link
href=
"{% static "
css
/
network
.
css
"
%}"
rel=
"stylesheet"
>
<
!--<link href="{% static "css/network.css" %}" rel="stylesheet">--
>
{% block extra_css %}{% endblock %}
</head>
<body>
...
...
@@ -58,8 +58,8 @@
</div>
<script
src=
"http://code.jquery.com/jquery-latest.js"
></script>
<script
src=
"{% static "
js
/
bootstrap
.
min
.
js
"
%}"
></script>
<
script
src=
"{% static "
js
/
select2-3
.
4
.
0
/
select2
.
min
.
js
"
%}"
></script
>
<
script
src=
"{% static "
js
/
project
.
js
"
%}"
></script
>
<
!--<script src="{% static "js/select2-3.4.0/select2.min.js" %}"></script>--
>
<
!--<script src="{% static "js/project.js" %}"></script>--
>
<script>
{
%
block
extra_js
%
}
{
%
endblock
%
}
...
...
network/templates/network/domain-edit.html
View file @
acd0d3fe
...
...
@@ -7,7 +7,7 @@
{% block content %}
<div
class=
"page-heading"
>
<h1>
{{ form.name.value }}
<small>
details of
host
</small></h1>
<h1>
{{ form.name.value }}
<small>
details of
domain
</small></h1>
</div>
{% crispy form %}
...
...
network/templates/network/group-edit.html
View file @
acd0d3fe
...
...
@@ -7,7 +7,7 @@
{% block content %}
<div
class=
"page-heading"
>
<h1>
{{ form.name.value }}
<small>
details of
host
</small></h1>
<h1>
{{ form.name.value }}
<small>
details of
group
</small></h1>
</div>
{% crispy form %}
...
...
network/templates/network/group-list.html
View file @
acd0d3fe
...
...
@@ -6,7 +6,7 @@
{% block content %}
<div
class=
"page-heading"
>
<h1>
Groups
<small>
list of all
host
s
</small></h1>
<h1>
Groups
<small>
list of all
group
s
</small></h1>
</div>
{% render_table table %}
...
...
network/templates/network/vlan-list.html
View file @
acd0d3fe
...
...
@@ -6,7 +6,7 @@
{% block content %}
<div
class=
"page-heading"
>
<h1>
Hosts
<small>
list of all host
s
</small></h1>
<h1>
Vlans
<small>
list of all vlan
s
</small></h1>
</div>
{% render_table table %}
...
...
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