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
252d3595
authored
Oct 16, 2016
by
Sulyok Gábor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed JavaScript and HTML element ID
parent
cfc6c937
Pipeline
#247
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
circle/setty/static/setty/setty.js
+1
-1
circle/setty/templates/setty/index.html
+1
-1
No files found.
circle/setty/static/setty/setty.js
View file @
252d3595
...
...
@@ -803,7 +803,7 @@ jsPlumb.ready(function() {
/* Registering events concerning persistence. */
$
(
'body'
).
on
(
'click'
,
'#
save
Service'
,
function
()
{
$
(
'body'
).
on
(
'click'
,
'#
deploy
Service'
,
function
()
{
$
.
post
(
""
,
{
event
:
"deploy"
,
},
function
(
result
)
{
...
...
circle/setty/templates/setty/index.html
View file @
252d3595
...
...
@@ -47,7 +47,7 @@
<button
class=
"btn btn-success btn-xs hidden-lg"
id=
"saveService"
><i
class=
"fa fa-floppy-o"
></i></button>
</div>
<div
class=
"col-xs-1 col-xs-push-1 text-right"
>
<button
class=
"btn btn-success btn-xs btn-block hidden-xs hidden-sm hidden-md"
id=
"
save
Service"
>
{% trans 'Deploy' %}
</button>
<button
class=
"btn btn-success btn-xs btn-block hidden-xs hidden-sm hidden-md"
id=
"
deploy
Service"
>
{% trans 'Deploy' %}
</button>
<button
class=
"btn btn-success btn-xs hidden-lg"
id=
"deployService"
><i
class=
"fa fa-floppy-o"
></i></button>
</div>
<div
class=
"col-xs-1 col-xs-push-1 text-right"
>
...
...
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