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
Commit
af154f27
authored
Feb 16, 2021
by
Máhonfai Bálint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add margin to remove all button and make it an ajax request
parent
cb2dc630
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
circle/dashboard/static/dashboard/dashboard.js
+1
-1
circle/dashboard/static/dashboard/dashboard.less
+4
-0
No files found.
circle/dashboard/static/dashboard/dashboard.js
View file @
af154f27
...
@@ -29,7 +29,7 @@ $(function () {
...
@@ -29,7 +29,7 @@ $(function () {
return
false
;
return
false
;
});
});
$
(
'.group-create, .node-create, .tx-tpl-ownership, .group-delete, .node-delete, .disk-remove, .template-delete, .delete-from-group, .lease-delete'
).
click
(
function
(
e
)
{
$
(
'.group-create, .node-create, .tx-tpl-ownership, .group-delete, .node-delete, .disk-remove, .template-delete, .delete-from-group, .
group-remove-all-btn, .
lease-delete'
).
click
(
function
(
e
)
{
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
$
(
this
).
prop
(
'href'
),
url
:
$
(
this
).
prop
(
'href'
),
...
...
circle/dashboard/static/dashboard/dashboard.less
View file @
af154f27
...
@@ -806,6 +806,10 @@ textarea[name="new_members"] {
...
@@ -806,6 +806,10 @@ textarea[name="new_members"] {
margin-top: -6px;
margin-top: -6px;
}
}
.group-remove-all-btn {
margin-right: 5px;
}
.store-action-button {
.store-action-button {
margin-left: 5px;
margin-left: 5px;
}
}
...
...
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