Skip to content

Commit c6f9c23

Browse files
migrate to new subscriptions. added personal and business plans (#33)
* deploy. added new subscriptions type - added default subscriptions inside sql file - added new license_generator.sh script to create N-combinations of product, license type and services * athos. added new APIs - /auth: to check basic auth based on uuid and secret - /auth/service/:service: to check if service is valid for a specific machine - /counters: to check residual trials * deploy. added default base_price and base_code in subscription * integrations. added new nethspot integration * aramis. added new plans and services * deploy. added nethspot integration file Co-authored-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
1 parent e7bbf2b commit c6f9c23

39 files changed

+2018
-494
lines changed

aramis/src/App.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
</router-link>
7777
</li>
7878

79+
<li v-bind:class="[getCurrentPath('services') ? 'active' : '', 'list-group-item']">
80+
<router-link to="/services">
81+
<span class="fa fa-cubes"></span>
82+
<span class="list-group-item-value">{{ $t("menu.services") }}</span>
83+
84+
</router-link>
85+
</li>
86+
7987
<li class="list-group-item secondary-nav-item-pf mobile-nav-item-pf visible-xs-block" data-target="#user-secondary">
8088
<a href="#">
8189
<span class="pficon pficon-user" data-toggle="tooltip" title="" data-original-title="User"></span>
@@ -173,6 +181,7 @@ export default {
173181
if (Object.keys(this.$route.query).length > 0) {
174182
for (var p in this.$route.query) {
175183
this.set(this.$route.query[p], true);
184+
this.set(p, this.$route.query[p])
176185
}
177186
}
178187

aramis/src/assets/business-ns8.svg

Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)