Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
main
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
zoe
main
Merge requests
!17
Add a status page for administrators with the scheduler status
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add a status page for administrators with the scheduler status
devel/fixes
into
master
Overview
0
Commits
1
Pipelines
1
Changes
10
Merged
Daniele Venzano
requested to merge
devel/fixes
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
10
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
15991623
1 commit,
7 years ago
10 files
+
266
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
zoe_api/web/static/zoe.css
+
57
−
0
Options
@@ -188,3 +188,60 @@ div.status_line {
clear
:
both
;
}
/* stats page */
.node_name
{
margin-top
:
1em
;
font-size
:
larger
;
}
div
.node_detail
div
.memory_total
,
div
.node_detail
div
.cores_total
{
border
:
1px
solid
black
;
background-color
:
green
;
width
:
100%
;
position
:
relative
;
z-index
:
0
;
}
div
.node_detail
div
.memory_reserved
,
div
.node_detail
div
.cores_reserved
{
background-color
:
red
;
display
:
inline-block
;
left
:
0
;
z-index
:
2
;
position
:
relative
;
float
:
left
;
}
div
.node_detail
div
.memory_total
span
,
div
.node_detail
div
.cores_total
span
{
text-align
:
end
;
width
:
100%
;
position
:
relative
;
left
:
0
;
display
:
block
;
z-index
:
1
;
}
div
.scheduler_queue
{
display
:
flex
;
overflow
:
auto
;
}
div
.queue_item
{
margin-right
:
5px
;
flex
:
none
;
}
div
.service
{
border
:
1px
dashed
red
;
margin-top
:
3px
;
padding
:
5px
;
}
div
.essential
{
border-style
:
solid
;
}
div
.running
{
border-color
:
green
;
}
Loading