Commit 949564e8 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix spaces

parent e51f1cc5
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
* Toggles loading property. * Toggles loading property.
*/ */
created() { created() {
window.gl.environmentsService = new EnvironmentsService(this.endpoint); gl.environmentsService = new EnvironmentsService(this.endpoint);
const scope = this.$options.getQueryParameter('scope'); const scope = this.$options.getQueryParameter('scope');
if (scope) { if (scope) {
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<div class="container-fluid container-limited"> <div class="container-fluid container-limited">
<div class="top-area"> <div class="top-area">
<ul v-if="!isLoading" class="nav-links"> <ul v-if="!isLoading" class="nav-links">
<li v-bind:class="{ 'active': scope === undefined}"> <li v-bind:class="{ 'active': scope === undefined }">
<a :href="projectEnvironmentsPath"> <a :href="projectEnvironmentsPath">
Available Available
<span <span
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
v-html="state.availableCounter"></span> v-html="state.availableCounter"></span>
</a> </a>
</li> </li>
<li v-bind:class="{ 'active' : scope === 'stopped'}"> <li v-bind:class="{ 'active' : scope === 'stopped' }">
<a :href="projectStoppedEnvironmentsPath"> <a :href="projectStoppedEnvironmentsPath">
Stopped Stopped
<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