- upgrade service to 1.8.1 from 1.8

- Landing page for Regular Licenses
- Legal pages for Regular Licenses
This commit is contained in:
Peter Papp
2021-01-17 16:21:49 +01:00
parent 973b301a46
commit a0c39bd955
20 changed files with 186 additions and 209 deletions

View File

@@ -162,7 +162,7 @@
</div>
<!--Pricing Content-->
<div>
<div v-if="config.isSaaS">
<FormLabel class="mt-70">Pricing Content</FormLabel>
<div class="block-wrapper">
@@ -183,7 +183,6 @@
</div>
</div>
<div v-if="section_pricing_content">
<div class="block-wrapper">
<img src="/assets/images/admin/pricing-content.jpg" alt="Main Features" class="page-image">
@@ -290,6 +289,7 @@
import InfoBox from '@/components/Others/Forms/InfoBox'
import {required} from 'vee-validate/dist/rules'
import axios from 'axios'
import { mapGetters } from 'vuex'
export default {
name: 'AppIndex',
@@ -308,6 +308,9 @@
PageTab,
InfoBox,
},
computed: {
...mapGetters(['config']),
},
data() {
return {
isLoading: true,