Improved customisable homepage and added badge (#2474)
* Improved customisable homepage and added badge * Added filled to styling of drop down * format * Wrong model * lint hack * Update .env.example Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com> * reverted * Spelling * More explicit * format * Added if for badge * spellling * Fix for None --------- Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
@@ -44,6 +44,18 @@ new Vue({
|
||||
isSuperUser: false,
|
||||
wallet: {},
|
||||
cancel: {},
|
||||
colors: [
|
||||
'primary',
|
||||
'secondary',
|
||||
'accent',
|
||||
'positive',
|
||||
'negative',
|
||||
'info',
|
||||
'warning',
|
||||
'red',
|
||||
'yellow',
|
||||
'orange'
|
||||
],
|
||||
topUpDialog: {
|
||||
show: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user