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
02e4350c
authored
Sep 03, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: unified header sizes
parent
0d419a6e
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
network/templates/network/blacklist-create.html
+1
-1
network/templates/network/blacklist-edit.html
+1
-1
network/templates/network/domain-create.html
+1
-1
network/templates/network/domain-edit.html
+1
-1
network/templates/network/group-create.html
+1
-1
network/templates/network/group-edit.html
+1
-1
network/templates/network/host-edit.html
+1
-1
network/templates/network/record-edit.html
+1
-1
network/templates/network/rule-create.html
+1
-1
network/templates/network/vlan-create.html
+1
-1
network/templates/network/vlan-edit.html
+1
-1
network/templates/network/vlan-group-create.html
+1
-1
No files found.
network/templates/network/blacklist-create.html
View file @
02e4350c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h
1>
{% trans "Create a blacklist" %}
</h1
>
<h
2>
{% trans "Create a blacklist" %}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
...
...
network/templates/network/blacklist-edit.html
View file @
02e4350c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
href=
"{% url network.blacklist_delete pk=blacklist_pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this blaclist" %}
</a>
<a
href=
"{% url network.blacklist_delete pk=blacklist_pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this blaclist" %}
</a>
<h
1>
{{ form.ipv4.value }}
<small>
{{ form.type.value }}
</small></h1
>
<h
2>
{{ form.ipv4.value }}
<small>
{{ form.type.value }}
</small></h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-4"
>
<div
class=
"col-sm-4"
>
...
...
network/templates/network/domain-create.html
View file @
02e4350c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h
1>
{% trans "Create a new domain" %}
<small></small></h1
>
<h
2>
{% trans "Create a new domain" %}
<small></small></h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/domain-edit.html
View file @
02e4350c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
href=
"{% url network.domain_delete pk=domain_pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this domain" %}
</a>
<a
href=
"{% url network.domain_delete pk=domain_pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this domain" %}
</a>
<h
1>
{{ form.name.value }}
<small></small></h1
>
<h
2>
{{ form.name.value }}
<small></small></h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/group-create.html
View file @
02e4350c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h
1>
{% trans "Create a new host group" %}
</h1
>
<h
2>
{% trans "Create a new host group" %}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/group-edit.html
View file @
02e4350c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
href=
"{% url network.group_delete pk=group.pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this group" %}
</a>
<a
href=
"{% url network.group_delete pk=group.pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this group" %}
</a>
<h
1>
{{ form.name.value }}
</h1
>
<h
2>
{{ form.name.value }}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/host-edit.html
View file @
02e4350c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
href=
"{% url network.host_delete pk=host_pk%}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this host" %}
</a>
<a
href=
"{% url network.host_delete pk=host_pk%}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this host" %}
</a>
<h
1>
{{ form.hostname.value }}
</h1
>
<h
2>
{{ form.hostname.value }}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/record-edit.html
View file @
02e4350c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
href=
"{% url network.record_delete pk=record_pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this record" %}
</a>
<a
href=
"{% url network.record_delete pk=record_pk %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this record" %}
</a>
<h
1>
{{ fqdn }}
</h1
>
<h
2>
{{ fqdn }}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/rule-create.html
View file @
02e4350c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h
3>
{% trans "Create a new rule" %}
</h3
>
<h
2>
{% trans "Create a new rule" %}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/vlan-create.html
View file @
02e4350c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h
1>
{% trans "Create a new Vlan" %}
</h1
>
<h
2>
{% trans "Create a new vlan" %}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/vlan-edit.html
View file @
02e4350c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<a
href=
"{% url network.vlan_delete vid=vlan_vid %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this vlan" %}
</a>
<a
href=
"{% url network.vlan_delete vid=vlan_vid %}"
class=
"btn btn-danger pull-right"
><i
class=
"icon-remove-sign"
></i>
{% trans "Delete this vlan" %}
</a>
<h
1>
{{ form.name.value }}
<small>
{% trans "details of vlan" %}
</small></h1
>
<h
2>
{{ form.name.value }}
<small>
{% trans "details of vlan" %}
</small></h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
network/templates/network/vlan-group-create.html
View file @
02e4350c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{% block content %}
{% block content %}
<div
class=
"page-header"
>
<div
class=
"page-header"
>
<h
1>
{% trans "Create a new vlan group" %}
</h1
>
<h
2>
{% trans "Create a new vlan group" %}
</h2
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
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