Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
exosphere
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Exosphere
exosphere
Commits
3976b7e9
Commit
3976b7e9
authored
3 years ago
by
Chris Martin
Browse files
Options
Downloads
Patches
Plain Diff
Remove dota from data points on server resource usage charts
parent
92ce7f97
No related branches found
Branches containing commit
No related tags found
1 merge request
!569
Rework instance details page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Page/ServerResourceUsageCharts.elm
+2
-2
2 additions, 2 deletions
src/Page/ServerResourceUsageCharts.elm
with
2 additions
and
2 deletions
src/Page/ServerResourceUsageCharts.elm
+
2
−
2
View file @
3976b7e9
...
@@ -184,7 +184,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict =
...
@@ -184,7 +184,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict =
,
junk
=
junk
title
,
junk
=
junk
title
,
grid
=
Grid
.
default
,
grid
=
Grid
.
default
,
area
=
Area
.
default
,
area
=
Area
.
default
,
line
=
Line
.
default
,
line
=
Line
.
wider
2
,
dots
=
Dots
.
default
,
dots
=
Dots
.
default
}
}
...
@@ -192,7 +192,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict =
...
@@ -192,7 +192,7 @@ view context widthPx ( currentTime, timeZone ) timeSeriesDict =
series
=
series
=
[
LineChart
.
line
[
LineChart
.
line
context
.
palette
.
primary
context
.
palette
.
primary
Dots
.
circl
e
Dots
.
non
e
"
"
"
"
(
Dict
.
toList
timeSeriesListLast30m
)
(
Dict
.
toList
timeSeriesListLast30m
)
]
]
...
...
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