- user subscribe deletion

- fixes
This commit is contained in:
Čarodej
2021-11-26 06:57:16 +01:00
parent 16823b9566
commit 64e8bccb31
16 changed files with 119 additions and 62 deletions

View File

@@ -329,7 +329,7 @@ const FunctionHelpers = {
}[driver]
}
Vue.prototype.getSubscriptionStatusColor = function (status) {
Vue.prototype.$getSubscriptionStatusColor = function (status) {
return {
'active': 'green',
@@ -338,6 +338,15 @@ const FunctionHelpers = {
}[status]
}
Vue.prototype.$getTransactionStatusColor = function (status) {
return {
'completed': 'green',
'cancelled': 'yellow',
'error': 'red',
}[status]
}
Vue.prototype.$goToFileView = function (id) {
let locations = {