Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unstable
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PROINFODATA
unstable
Commits
67a20b16
Commit
67a20b16
authored
11 years ago
by
Eduardo L. Buratti
Browse files
Options
Downloads
Patches
Plain Diff
web: Add help block to os charts
Signed-off-by:
Eduardo L. Buratti
<
elb09@c3sl.ufpr.br
>
parent
ac4efbb0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/app/views/attendance/os.scala.html
+8
-0
8 additions, 0 deletions
web/app/views/attendance/os.scala.html
web/public/charts/os.js
+2
-0
2 additions, 0 deletions
web/public/charts/os.js
with
10 additions
and
0 deletions
web/app/views/attendance/os.scala.html
+
8
−
0
View file @
67a20b16
...
...
@@ -46,4 +46,12 @@
<div
class=
"row-fluid"
>
<div
class=
"span12"
id=
"history"
></div>
</div>
<div
class=
"row-fluid bar-chart-help"
>
<div
class=
"span10 offset1 alert alert-info"
>
<strong>
DICA:
</strong>
Para uma melhor visualização, clique nos itens da legenda acima para
esconder os respectivos sistemas operacionais do gráfico.
</div>
</div>
}
This diff is collapsed.
Click to expand it.
web/public/charts/os.js
+
2
−
0
View file @
67a20b16
...
...
@@ -282,6 +282,8 @@ var Charts = {
Charts
.
histChart
.
redraw
();
Charts
.
histChart
.
hideLoading
();
$
(
'
.bar-chart-help
'
).
fadeIn
(
'
slow
'
);
},
error
:
function
(
err
)
{
console
.
log
(
err
);
...
...
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