File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 147147 :environment =" environment"
148148 :repositories =" repositories"
149149 :premium-features =" premiumFeatures"
150+ :is-admin =" isAdmin"
150151 @update-template =" loadData"
151152 ></router-view >
152153 </div >
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ export default {
105105 inventory: Array ,
106106 environment: Array ,
107107 premiumFeatures: Object ,
108+ isAdmin: Boolean ,
108109 },
109110
110111 data () {
You can’t perform that action at this time.
0 commit comments