Commit 89846cac authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes identation

parent 5960aed3
...@@ -389,8 +389,7 @@ ...@@ -389,8 +389,7 @@
template: ` template: `
<tr> <tr>
<td v-bind:class="{ 'children-row': isChildren}"> <td v-bind:class="{ 'children-row': isChildren}">
<a <a v-if="!isFolder"
v-if="!isFolder"
class="environment-name" class="environment-name"
:href="model.environment_path"> :href="model.environment_path">
{{model.name}} {{model.name}}
...@@ -412,8 +411,7 @@ ...@@ -412,8 +411,7 @@
</td> </td>
<td class="deployment-column"> <td class="deployment-column">
<span <span v-if="shouldRenderDeploymentID">
v-if="shouldRenderDeploymentID">
{{deploymentInternalId}} {{deploymentInternalId}}
</span> </span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment