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
5930bc7f
authored
May 21, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: add `new entity` button
parent
4a58180a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
27 additions
and
9 deletions
+27
-9
firewall_gui/static/partials/blacklist-list.html
+3
-1
firewall_gui/static/partials/domain-list.html
+3
-1
firewall_gui/static/partials/firewall-list.html
+3
-1
firewall_gui/static/partials/host-list.html
+3
-1
firewall_gui/static/partials/hostgroup-list.html
+3
-1
firewall_gui/static/partials/record-list.html
+3
-1
firewall_gui/static/partials/rule-list.html
+3
-1
firewall_gui/static/partials/vlan-list.html
+3
-1
firewall_gui/static/partials/vlangroup-list.html
+3
-1
No files found.
firewall_gui/static/partials/blacklist-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/blacklists/new"
class=
"btn"
>
New blacklist
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/domain-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/domains/new"
class=
"btn"
>
New domain
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/firewall-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/firewalls/new"
class=
"btn"
>
New firewall
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/host-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/hosts/new"
class=
"btn"
>
New host
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/hostgroup-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/hostgroups/new"
class=
"btn"
>
New hostgroup
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/record-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/records/new"
class=
"btn"
>
New record
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/rule-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 20px"
href=
"#/rules/new"
class=
"btn"
>
New rule
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/vlan-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/vlans/new"
class=
"btn"
>
New vlan
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
firewall_gui/static/partials/vlangroup-list.html
View file @
5930bc7f
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
</ul>
</ul>
</div>
</div>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<form
class=
"navbar-search"
style=
"margin: 20px"
>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
></form>
<input
type=
"text"
class=
"search-query"
placeholder=
"Search"
ng-model=
"query"
>
</form>
<a
style=
"margin-top: 19px"
href=
"#/vlangroups/new"
class=
"btn"
>
New vlangroup
</a>
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
...
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