@saooti/octopus-sdk 36.0.17 → 36.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
v-if="filterOrgaId || organisationId"
|
|
4
4
|
class="d-flex flex-column align-items-start mt-3"
|
|
5
5
|
>
|
|
6
|
-
<div class="d-flex justify-content-between
|
|
7
|
-
<h2 class="mb-0 big-h2
|
|
6
|
+
<div class="d-flex justify-content-between flex-grow-1 mb-3 w-100 align-items-center">
|
|
7
|
+
<h2 class="mb-0 big-h2">
|
|
8
8
|
{{ $t('Live') }}
|
|
9
9
|
</h2>
|
|
10
10
|
<router-link
|