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
cbecdef0
Commit
cbecdef0
authored
Apr 07, 2020
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pretty print the preceding
parent
7af9b6ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
15 deletions
+3
-15
app/assets/javascripts/environments/components/environment_item.vue
.../javascripts/environments/components/environment_item.vue
+2
-10
app/assets/javascripts/environments/components/environments_table.vue
...avascripts/environments/components/environments_table.vue
+1
-5
No files found.
app/assets/javascripts/environments/components/environment_item.vue
View file @
cbecdef0
...
...
@@ -632,12 +632,7 @@ export default {
</span>
</div>
<div
v-if=
"!isFolder"
class=
"table-section"
:class=
"tableData.autoStop.spacing"
role=
"gridcell"
>
<div
v-if=
"!isFolder"
class=
"table-section"
:class=
"tableData.autoStop.spacing"
role=
"gridcell"
>
<div
role=
"rowheader"
class=
"table-mobile-header"
>
{{
tableData
.
autoStop
.
title
}}
</div>
<span
v-if=
"canShowAutoStopDate"
...
...
@@ -656,10 +651,7 @@ export default {
role=
"gridcell"
>
<div
class=
"btn-group table-action-buttons"
role=
"group"
>
<pin-component
v-if=
"canShowAutoStopDate"
:auto-stop-url=
"autoStopUrl"
/>
<pin-component
v-if=
"canShowAutoStopDate"
:auto-stop-url=
"autoStopUrl"
/>
<external-url-component
v-if=
"externalURL && canReadEnvironment"
...
...
app/assets/javascripts/environments/components/environments_table.vue
View file @
cbecdef0
...
...
@@ -127,11 +127,7 @@ export default {
<div
class=
"table-section"
:class=
"tableData.date.spacing"
role=
"columnheader"
>
{{
tableData
.
date
.
title
}}
</div>
<div
class=
"table-section"
:class=
"tableData.autoStop.spacing"
role=
"columnheader"
>
<div
class=
"table-section"
:class=
"tableData.autoStop.spacing"
role=
"columnheader"
>
{{
tableData
.
autoStop
.
title
}}
</div>
</div>
...
...
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