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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
89846cac
Commit
89846cac
authored
Nov 21, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes identation
parent
5960aed3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
app/assets/javascripts/environments/components/environment.js.es6
...ts/javascripts/environments/components/environment.js.es6
+2
-2
app/assets/javascripts/environments/components/environment_item.js.es6
...vascripts/environments/components/environment_item.js.es6
+2
-4
No files found.
app/assets/javascripts/environments/components/environment.js.es6
View file @
89846cac
...
...
@@ -159,7 +159,7 @@
Available
<span class="badge js-available-environments-count">
{{state.availableCounter}}
</span>
</span>
</a>
</li>
<li v-bind:class="{ 'active' : scope === 'stopped' }">
...
...
@@ -167,7 +167,7 @@
Stopped
<span class="badge js-stopped-environments-count">
{{state.stoppedCounter}}
</span>
</span>
</a>
</li>
</ul>
...
...
app/assets/javascripts/environments/components/environment_item.js.es6
View file @
89846cac
...
...
@@ -389,8 +389,7 @@
template: `
<tr>
<td v-bind:class="{ 'children-row': isChildren}">
<a
v-if="!isFolder"
<a v-if="!isFolder"
class="environment-name"
:href="model.environment_path">
{{model.name}}
...
...
@@ -412,8 +411,7 @@
</td>
<td class="deployment-column">
<span
v-if="shouldRenderDeploymentID">
<span v-if="shouldRenderDeploymentID">
{{deploymentInternalId}}
</span>
...
...
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