Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centreon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
centreon
Commits
6b00946d
Commit
6b00946d
authored
Jul 31, 2015
by
rridene
Browse files
Options
Downloads
Patches
Plain Diff
[Datatable]: fix buttons position
parent
2922ff10
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/views/tools/datatable.tpl
+1
-1
1 addition, 1 deletion
core/views/tools/datatable.tpl
www/static/centreon/less/centreon.buttons.less
+3
-0
3 additions, 0 deletions
www/static/centreon/less/centreon.buttons.less
with
4 additions
and
1 deletion
core/views/tools/datatable.tpl
+
1
−
1
View file @
6b00946d
...
...
@@ -11,7 +11,7 @@
<divid
="
hostListing
"
>
<div
id=
"tableLeft"
>
<!-- Add / Actions -->
<div
class=
"buttonGroup"
>
<div
class=
"buttonGroup
absolute
"
>
{
if
(
isset
(
$objectAddUrl
)
&&
!
empty
(
$objectAddUrl
))
}
<div
class=
"configuration-actions"
>
<button
class=
"btnC btnSuccess"
id=
"modalAdd"
>
{
t
}
Add
{
$objectName
}{/
t
}
</button>
...
...
This diff is collapsed.
Click to expand it.
www/static/centreon/less/centreon.buttons.less
+
3
−
0
View file @
6b00946d
...
...
@@ -3,6 +3,9 @@
z-index: 1;
//top: @paddingElem/2;
&.absolute {
position: absolute;
}
.configuration-actions,
#selected_option,
#addToGroup
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment