Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
5bebdb25
Unverified
Commit
5bebdb25
authored
6 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
🎨
parent
9c8e9b41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/client/app/admin/views/charts.vue
+3
-2
3 additions, 2 deletions
src/client/app/admin/views/charts.vue
src/client/app/admin/views/cpu-memory.vue
+4
-4
4 additions, 4 deletions
src/client/app/admin/views/cpu-memory.vue
with
7 additions
and
6 deletions
src/client/app/admin/views/charts.vue
+
3
−
2
View file @
5bebdb25
...
...
@@ -41,7 +41,7 @@
import
Vue
from
'
vue
'
;
import
*
as
ApexCharts
from
'
apexcharts
'
;
const
limit
=
8
0
;
const
limit
=
9
0
;
const
sum
=
(...
arr
)
=>
arr
.
reduce
((
r
,
a
)
=>
r
.
map
((
b
,
i
)
=>
a
[
i
]
+
b
));
const
negate
=
arr
=>
arr
.
map
(
x
=>
-
x
);
...
...
@@ -409,7 +409,7 @@ export default Vue.extend({
.qvgidhudpqhjttdhxubzuyrhyzgslujw
display block
flex 1
padding 32px
padding 32px
24px
padding-bottom 0
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
background var(--face)
...
...
@@ -417,6 +417,7 @@ export default Vue.extend({
> header
display flex
margin 0 8px
padding 0 0 8px 0
font-size 1em
color #555
...
...
This diff is collapsed.
Click to expand it.
src/client/app/admin/views/cpu-memory.vue
+
4
−
4
View file @
5bebdb25
...
...
@@ -141,7 +141,7 @@ export default Vue.extend({
> div
display block
flex 1
padding 20px 1
6
px 0 1
6
px
padding 20px 1
2
px 0 1
2
px
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
background var(--face)
border-radius 8px
...
...
@@ -151,8 +151,8 @@ export default Vue.extend({
> header
display flex
padding 0
4
px
margin-bottom -
8
px
padding 0
8
px
margin-bottom -
16
px
color #555
font-size 14px
...
...
@@ -165,6 +165,6 @@ export default Vue.extend({
opacity 0.7
> div
margin-bottom -
8
px
margin-bottom -
10
px
</
style
>
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