Skip to content

Commit 798404a

Browse files
committed
feat(ui): correct banners
1 parent 8db9984 commit 798404a

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

web/src/components/SubscriptionForm.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@
7373
color="white"
7474
:size="24"
7575
></v-progress-circular>
76-
<span v-else>Activate key</span>
76+
<span v-else>Activate New key</span>
7777
</v-btn>
7878
</v-col>
79-
<v-col>
80-
<v-btn
81-
style="width: 100%;"
82-
color="primary"
83-
:disabled="formSaving"
84-
>Buy Pro</v-btn>
85-
</v-col>
79+
<!-- <v-col>-->
80+
<!-- <v-btn-->
81+
<!-- style="width: 100%;"-->
82+
<!-- color="primary"-->
83+
<!-- :disabled="formSaving"-->
84+
<!-- >Buy Pro</v-btn>-->
85+
<!-- </v-col>-->
8686
</v-row>
8787

8888
</div>

web/src/views/project/TemplateView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
:environment="environment"
148148
:repositories="repositories"
149149
:premium-features="premiumFeatures"
150+
:is-admin="isAdmin"
150151
@update-template="loadData"
151152
></router-view>
152153
</div>

web/src/views/project/template/TemplatePerms.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default {
105105
inventory: Array,
106106
environment: Array,
107107
premiumFeatures: Object,
108+
isAdmin: Boolean,
108109
},
109110
110111
data() {

0 commit comments

Comments
 (0)