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
86c2d0de
Commit
86c2d0de
authored
Feb 22, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
00694ec9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/environments/components/environment_item.js.es6
...vascripts/environments/components/environment_item.js.es6
+2
-2
app/assets/javascripts/environments/stores/environments_store.js.es6
...javascripts/environments/stores/environments_store.js.es6
+1
-1
No files found.
app/assets/javascripts/environments/components/environment_item.js.es6
View file @
86c2d0de
/**
* Env
ri
onment Item Component
* Env
ir
onment Item Component
*
* Renders a table row for each environment.
*/
...
...
@@ -70,7 +70,7 @@ module.exports = Vue.component('environment-item', {
computed: {
/**
* Verifies if `last_deployment` key exists in the current Env
ri
onment.
* Verifies if `last_deployment` key exists in the current Env
ir
onment.
* This key is required to render most of the html - this method works has
* an helper.
*
...
...
app/assets/javascripts/environments/stores/environments_store.js.es6
View file @
86c2d0de
...
...
@@ -32,7 +32,7 @@ class EnvironmentsStore {
*
* Top level environments - when the size is 1 - with `rollout_status`
* can render a deploy board. We add `isDeployBoardVisible` and `deployBoardData`
* keys to those env
ri
onments.
* keys to those env
ir
onments.
* The first key will let's us know if we should or not render the deploy board.
* It will be toggled when the user clicks to seee the deploy board.
*
...
...
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