Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d8656e0c
Commit
d8656e0c
authored
Mar 06, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prefer classes over IDs
parent
835c7813
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+14
-13
app/views/projects/clusters/_health.html.haml
app/views/projects/clusters/_health.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/environments.scss
View file @
d8656e0c
...
...
@@ -383,19 +383,6 @@
}
}
#cluster-health
{
.prometheus-state
{
.state-svg
img
{
max-height
:
120px
;
}
.state-description
,
.state-button
{
display
:
none
;
}
}
}
.environments-actions
{
.external-url
,
.monitoring-url
,
...
...
@@ -587,3 +574,17 @@
}
}
}
// EE-only
.cluster-health-graphs
{
.prometheus-state
{
.state-svg
img
{
max-height
:
120px
;
}
.state-description
,
.state-button
{
display
:
none
;
}
}
}
app/views/projects/clusters/_health.html.haml
View file @
d8656e0c
%section
.settings.no-animate.expanded
#cluster-health
%section
.settings.no-animate.expanded
.cluster-health-graphs
#cluster-health
%h4
=
s_
(
'ClusterIntegration|Kubernetes cluster health'
)
-
if
@cluster
&
.
application_prometheus
&
.
installed?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment