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
9979ca8e
Commit
9979ca8e
authored
Nov 29, 2019
by
Dhiraj Bodicherla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased canary icon size
parent
a4836a1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
ee/app/assets/javascripts/environments/components/deploy_board_component.vue
...cripts/environments/components/deploy_board_component.vue
+3
-3
ee/app/assets/stylesheets/components/deployment_instance.scss
...pp/assets/stylesheets/components/deployment_instance.scss
+10
-5
No files found.
ee/app/assets/javascripts/environments/components/deploy_board_component.vue
View file @
9979ca8e
...
...
@@ -11,9 +11,9 @@
*/
import
_
from
'
underscore
'
;
import
{
GlLoadingIcon
,
GlLink
}
from
'
@gitlab/ui
'
;
import
deployBoardSvg
from
'
ee_empty_states/icons/_deploy_board.svg
'
;
import
{
__
,
n__
,
s__
,
sprintf
}
from
'
~/locale
'
;
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
import
deployBoardSvg
from
'
ee_empty_states/icons/_deploy_board.svg
'
;
import
STATUS_MAP
from
'
../constants
'
;
export
default
{
...
...
@@ -97,8 +97,8 @@ export default {
statuses
()
{
return
{
...
STATUS_MAP
,
transparent
:
{
class
:
'
transparent
'
,
canary
:
{
class
:
'
canary-icon
'
,
text
:
__
(
'
Canary
'
),
stable
:
false
,
},
...
...
ee/app/assets/stylesheets/components/deployment_instance.scss
View file @
9979ca8e
...
...
@@ -67,11 +67,6 @@
}
}
&
-transparent
{
background-color
:
transparent
;
border
:
none
;
}
&
.deployment-instance-canary
{
&
:
:
after
{
width
:
7px
;
...
...
@@ -83,4 +78,14 @@
z-index
:
1
;
}
}
&
-canary-icon
{
background-color
:
transparent
;
border
:
none
;
&
:
:
after
{
width
:
15px
!
important
;
height
:
15px
!
important
;
}
}
}
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