Merge branch '10714-env-table' into 'master'
Removes EE differences for environments_table Closes gitlab-ee#10714 See merge request gitlab-org/gitlab-ce!26655
This commit is contained in:
commit
b78aa81f32
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export default {
|
|||
/>
|
||||
|
||||
<div
|
||||
v-if="shouldRenderDeployBoard"
|
||||
v-if="shouldRenderDeployBoard(model)"
|
||||
:key="`deploy-board-row-${i}`"
|
||||
class="js-deploy-board-row"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue