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
495ffbe8
authored
Apr 23, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: move application core
parent
c85ab08b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
firewall_gui/templates/firewall/index.html
+7
-6
No files found.
firewall_gui/templates/
base2
.html
→
firewall_gui/templates/
firewall/index
.html
View file @
495ffbe8
...
@@ -69,16 +69,17 @@
...
@@ -69,16 +69,17 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"http://code.jquery.com/jquery-latest.js"
></script>
<script
src=
"http://code.jquery.com/jquery-latest.js"
></script>
<script
src=
"{%
templatetag openvariable %} STATIC_URL {% templatetag closevariable %}js/bootstrap.min.js
"
></script>
<script
src=
"{%
static "
js
/
bootstrap
.
min
.
js
"
%}
"
></script>
<!-- place project specific Javascript in this file -->
<!-- place project specific Javascript in this file -->
<script
src=
"{% static "
js
/
project
.
js
"
%}"
>
<script
src=
"{% static "
js
/
project
.
js
"
%}"
>
</script>
<script>
{
%
block
extra_js
%
}
{
%
block
extra_js
%
}
$
(
function
()
{
$
(
function
()
{
console
.
log
(
'foo);'
)
$
.
get
(
'/firewall/rules/'
,
function
(
data
)
{
$
.
get
(
'/firewall/rules/list'
,
function
(
data
)
{
for
(
var
i
in
data
)
{
console
.
log
(
data
);
console
.
log
(
data
[
i
]);
}
});
});
})
})
{
%
endblock
%
}
{
%
endblock
%
}
...
...
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