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
76be8bcb
Commit
76be8bcb
authored
May 01, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix network error message styling
parent
15396b1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
ee/app/assets/javascripts/geo_nodes/components/geo_node_item.vue
...assets/javascripts/geo_nodes/components/geo_node_item.vue
+2
-2
ee/app/assets/stylesheets/pages/geo_nodes.scss
ee/app/assets/stylesheets/pages/geo_nodes.scss
+9
-9
No files found.
ee/app/assets/javascripts/geo_nodes/components/geo_node_item.vue
View file @
76be8bcb
...
...
@@ -99,9 +99,9 @@ export default {
/>
<div
v-if=
"isNodeDetailsFailed"
class=
"
prepend-top-10
"
class=
"
node-health-message-container
"
>
<p
class=
"health-message"
>
<p
class=
"health-message
node-health-message
"
>
{{
errorMessage
}}
</p>
</div>
...
...
ee/app/assets/stylesheets/pages/geo_nodes.scss
View file @
76be8bcb
...
...
@@ -81,17 +81,17 @@
padding
:
0
;
}
}
}
.node-health-message-container
{
max-height
:
$dropdown-max-height
;
overflow-y
:
auto
;
.node-health-message-container
{
max-height
:
$dropdown-max-height
;
overflow-y
:
auto
;
.node-health-message
{
margin-bottom
:
0
;
padding
:
2px
$gl-padding-8
;
background-color
:
$red-100
;
color
:
$red-500
;
}
.node-health-message
{
margin-bottom
:
0
;
padding
:
2px
$gl-padding-8
;
background-color
:
$red-100
;
color
:
$red-500
;
}
}
}
...
...
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